mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-31 20:07:51 +02:00
Fixed bugz0r!
This commit is contained in:
parent
2046e63898
commit
31de7d0cf8
@ -595,7 +595,7 @@ class ChannelDB(plugins.ChannelDBHandler,
|
|||||||
s = 'You have not said %r' % word
|
s = 'You have not said %r' % word
|
||||||
ret = '%s %s. %s' % (ret, utils.commaAndify(L), s)
|
ret = '%s %s. %s' % (ret, utils.commaAndify(L), s)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
ret = '%s %s.' % utils.commaAndify(L)
|
ret = '%s %s.' % (ret, utils.commaAndify(L))
|
||||||
irc.reply(msg, ret)
|
irc.reply(msg, ret)
|
||||||
|
|
||||||
Class = ChannelDB
|
Class = ChannelDB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user