* liece-commands.el (liece-command-join-channel): User
[elisp/liece.git] / lisp / liece-handle.el
index 4f0863e..30aae87 100644 (file)
              ((eq ?I (car mflgs))
               (liece-channel-set-invite chnl (car margs) val)
               (setq margs (cdr margs)))
-             (chnlp (liece-channel-set-mode val (car mflgs) chnl))
+             (chnlp (liece-channel-set-mode chnl (car mflgs) val))
              (t (liece-nick-set-mode val (car mflgs) chnl)))
        (setq mflgs (cdr mflgs))))
     (liece-set-channel-indicator)