* liece-channel.el (liece-channel-add-buttons): Fix regexp.
+ * liece-handle.el (liece-handle-notice-message): Don't set `temp'
+ to nil.
+
2001-06-09 OHASHI Akira <bg66@koka-in.org>
* liece-handle.el (liece-handle-privmsg-message): Don't compare when
(concat (substring rest (match-end 0)) "\n"))
(return-from liece-handle-notice-message))
(multiple-value-bind (chnl temp) (liece-split-line rest)
+ (setq temp (or temp ""))
;; This is a ctcp reply but contains additional messages
;; at the left or/and right side.
(if (liece-handle-ctcp-message-p temp)