mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Removed spurious quoting from acronym.
This commit is contained in:
parent
ec8011347c
commit
800efee2ea
@ -324,8 +324,8 @@ class Http(callbacks.Privmsg):
|
||||
irc.reply(msg, 'No definitions found.')
|
||||
else:
|
||||
s = ircutils.privmsgPayload([repr(s.strip()) for s in defs[1:-1]],
|
||||
'," or "')
|
||||
irc.reply(msg, '%s could be "%s"' % (acronym, s))
|
||||
', or ')
|
||||
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