[cl-irc-devel] patch: make mode list parsing work on ircnet servers
Erik Huelsmann
e.huelsmann at gmx.net
Wed Feb 15 20:28:34 UTC 2006
> Hi all,
>
> cl-irc's mode list parsing expects a set-by and set-at argument in
> rpl_*list messages. IRCNet servers don't always send them, as the
> parsing routine doesn't use the args anyway, this patch makes them
> &optional:
>
> --- event.lisp 27 Jan 2006 21:10:02 -0000 1.13
> +++ event.lisp 5 Feb 2006 21:36:27 -0000
> @@ -26,7 +26,7 @@
> `(progn
> (defmethod default-hook ((message ,listmsg-class))
> (destructuring-bind
> - (target channel-name mask set-by time-set)
> + (target channel-name mask &optional set-by time-set)
> (arguments message)
> (declare (ignore target set-by time-set))
> ;; note: the structure currently does not allow for logging
Committed.
bye,
Erik.
--
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++
More information about the cl-irc-devel
mailing list