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