mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Dropped an extraneous paren
This commit is contained in:
parent
281926b250
commit
2117d660a2
@ -128,7 +128,7 @@ class Infobot(callbacks.PrivmsgRegexp):
|
||||
irc.reply(msg, self.getRandomSaying('confirms'))
|
||||
|
||||
def tell(self, irc, msg, match):
|
||||
r"^tell\s+(.+?)\s+about\s+(.+?)(?!\?+)[.! ]*)$"
|
||||
r"^tell\s+(.+?)\s+about\s+(.+?)(?!\?+)[.! ]*$"
|
||||
(nick, key) = match.groups()
|
||||
try:
|
||||
s = '%s wants you to know that %s' %(msg.nick,self.getFactoid(key))
|
||||
|
Loading…
Reference in New Issue
Block a user