* liece-channel.el (liece-channel-add-buttons): Fix regexp.
authorbg66 <bg66>
Thu, 14 Jun 2001 03:01:01 +0000 (03:01 +0000)
committerbg66 <bg66>
Thu, 14 Jun 2001 03:01:01 +0000 (03:01 +0000)
lisp/ChangeLog
lisp/liece-channel.el

index 195688c..9329287 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-14  OHASHI Akira  <bg66@koka-in.org>
+
+        * liece-channel.el (liece-channel-add-buttons): Fix regexp.
+
 2001-06-09  OHASHI Akira  <bg66@koka-in.org>
 
        * liece-handle.el (liece-handle-privmsg-message): Don't compare when
index aecc8ec..89e8244 100644 (file)
@@ -492,7 +492,7 @@ If NOSW is non-nil do not switch to newly created channel."
            (eval-when-compile
              (concat "\\(^\\(" liece-time-prefix-regexp "\\)?"
                      "[][=<>(-][][=<>(-]?\\|\\s-+[+@]?\\)"
-                     "\\([&#!%][^ :]*\\)"))
+                     "\\([&#!%][^ :\n]*\\)"))
            end t)
       ;;(re-search-forward "\\s-+\\(\\)\\([-+]\\S-*\\)" end t)
       (let* ((chnl-start (match-beginning 3))