mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Stupid SyntaxError...grrr...
This commit is contained in:
parent
76539b36ef
commit
f0c32e039d
@ -323,7 +323,7 @@ class Http(callbacks.Privmsg):
|
||||
else:
|
||||
s = ircutils.privmsgPayload([repr(s.strip()) for s in defs[1:-1]],
|
||||
'," or "')
|
||||
irc.reply(msg, '%s could be "%s"' % (acronym, s)
|
||||
irc.reply(msg, '%s could be "%s"' % (acronym, s))
|
||||
|
||||
_netcraftre = re.compile(r'whatos text -->(.*?)<a href="/up/acc', re.S)
|
||||
def netcraft(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user