[cl-irc-devel] [PATCH 2/6] Fix rpl_channelmodeis handling

Erik Huelsmann ehuels at gmail.com
Sun Jan 13 18:46:33 UTC 2013


Hi Julien,

Thanks. Committed as r237.

Bye,

Erik.


On Sun, Jan 13, 2013 at 3:04 PM, Julien Danjou <julien at danjou.info> wrote:

> The mode needs to be added on the channel, not the the target.
>
> Signed-off-by: Julien Danjou <julien at danjou.info>
> ---
>  event.lisp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/event.lisp b/event.lisp
> index eb97fc9..5e6e417 100644
> --- a/event.lisp
> +++ b/event.lisp
> @@ -289,7 +289,7 @@ objects in sync."))
>              (op mode-name value)
>              change
>            (unless (has-mode-p channel mode-name)
> -            (add-mode target mode-name
> +            (add-mode channel mode-name
>                        (make-mode connection channel mode-name)))
>            (funcall (if (char= #\+ op) #'set-mode #'unset-mode)
>                     channel mode-name value)))))))
> --
> 1.8.1
>
>
> _______________________________________________
> cl-irc-devel site list
> cl-irc-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cl-irc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-irc-devel/attachments/20130113/d535fa15/attachment.html>


More information about the cl-irc-devel mailing list