* riece-000.el (riece-handle-001-message): Use
authorueno <ueno>
Fri, 4 Feb 2005 08:45:56 +0000 (08:45 +0000)
committerueno <ueno>
Fri, 4 Feb 2005 08:45:56 +0000 (08:45 +0000)
riece-command-join-channel to join startup channels.

lisp/ChangeLog
lisp/riece-000.el

index 394331d..ff898b0 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-04  Daiki Ueno  <ueno@unixuser.org>
 
+       * riece-000.el (riece-handle-001-message): Use
+       riece-command-join-channel to join startup channels.
+
        * riece-filter.el (riece-filter): Accept lines which end with LF.
 
        * riece-300.el (riece-353-message-alist): Renamed from riece-353-users.
index 0894b10..4506392 100644 (file)
@@ -60,7 +60,7 @@
       (if (equal (riece-identity-server
                  (setq identity (riece-parse-identity (car entry))))
                 riece-server-name)
-         (riece-command-join identity (nth 1 entry)))
+         (riece-command-join-channel identity (nth 1 entry)))
       (setq channel-list (cdr channel-list))))
   (run-hooks 'riece-after-login-hook))