X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-000.el;h=4506392736ab3a124b06b9471f184ea408325667;hb=cc799b6361e9b7b8e3905cd765bd6d6041969bc8;hp=a986907032afc181eed6bb00529d99238c77ff98;hpb=19ff075fe8afeb2e5c2bfe2f05ea02c67c3c79cc;p=riece diff --git a/lisp/riece-000.el b/lisp/riece-000.el index a986907..4506392 100644 --- a/lisp/riece-000.el +++ b/lisp/riece-000.el @@ -25,12 +25,11 @@ ;;; Code: (require 'riece-misc) -(require 'riece-filter) ;riece-default-handle-message (require 'riece-version) (require 'riece-commands) ;riece-command-join (eval-when-compile - (autoload 'riece-default-handle-numeric-reply "riece-filter")) + (autoload 'riece-default-handle-numeric-reply "riece-handle")) (defun riece-handle-default-000-message (prefix number name string) (setq riece-nick-accepted 'ok) (riece-default-handle-numeric-reply @@ -61,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))