Hi,
Someone repported me this command:
@ircquote PRIVMSG chanserv set #Noob SUCCESSOR Lenoob
raises an Exception:
INFO 2010-12-19T18:48:31 ircquote called by "Papa-Nowel!lenoob@vps.lenoob.tk".
ERROR 2010-12-19T18:48:31 Uncaught exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/supybot/log.py", line 351, in m
return f(self, args, *kwargs)
File "/usr/local/lib/python2.6/dist-packages/supybot/irclib.py", line 132, in call
method(irc, msg)
File "/usr/local/lib/python2.6/dist-packages/supybot/plugins/ChannelLogger/plugin.py", line 182, in doPrivmsg
(recipients, text) = msg.args
ValueError: too many values to unpack
Best regards,
ProgVal
while it's not nice that it threw an error... it is understandable, since the privmsg was malformed. it is missing a ':' before the msg text, as per irc spec. it should be:
PRIVMSG chanserv :set #Noob SUCCESSOR Lenoob