mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Fixed bug #715340, nested commands not parsed correctly.
This commit is contained in:
parent
9c78731123
commit
83dd73a643
@ -355,7 +355,7 @@ class Privmsg(irclib.IrcCallback):
|
||||
# catches them and does The Right Thing.
|
||||
f(irc, msg, args)
|
||||
|
||||
_r = re.compile(r'^(\S+)')
|
||||
_r = re.compile(r'^(\w+)')
|
||||
def doPrivmsg(self, irc, msg):
|
||||
s = addressed(irc.nick, msg)
|
||||
#debug.printf('Privmsg.doPrivmsg: s == %r' % s)
|
||||
|
Loading…
Reference in New Issue
Block a user