riece-command-join-channel to join startup channels.
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.
(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))