mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +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.
|
# catches them and does The Right Thing.
|
||||||
f(irc, msg, args)
|
f(irc, msg, args)
|
||||||
|
|
||||||
_r = re.compile(r'^(\S+)')
|
_r = re.compile(r'^(\w+)')
|
||||||
def doPrivmsg(self, irc, msg):
|
def doPrivmsg(self, irc, msg):
|
||||||
s = addressed(irc.nick, msg)
|
s = addressed(irc.nick, msg)
|
||||||
#debug.printf('Privmsg.doPrivmsg: s == %r' % s)
|
#debug.printf('Privmsg.doPrivmsg: s == %r' % s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user