Stupid SyntaxError...grrr...

This commit is contained in:
Jeremy Fincher 2003-06-02 06:51:09 +00:00
parent 76539b36ef
commit f0c32e039d

View File

@ -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):