* liece-handle.el (liece-handle-notice-message): Don't set `temp'
authorbg66 <bg66>
Thu, 14 Jun 2001 04:16:38 +0000 (04:16 +0000)
committerbg66 <bg66>
Thu, 14 Jun 2001 04:16:38 +0000 (04:16 +0000)
to nil.

lisp/ChangeLog
lisp/liece-handle.el

index 9329287..9042361 100644 (file)
@@ -2,6 +2,9 @@
 
         * 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
index 739168c..a2866ec 100644 (file)
                          (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)