mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01: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
|
||||
ret = '%s %s. %s' % (ret, utils.commaAndify(L), s)
|
||||
except KeyError:
|
||||
ret = '%s %s.' % utils.commaAndify(L)
|
||||
ret = '%s %s.' % (ret, utils.commaAndify(L))
|
||||
irc.reply(msg, ret)
|
||||
|
||||
Class = ChannelDB
|
||||
|
Loading…
Reference in New Issue
Block a user