mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
No => Neutral.
This commit is contained in:
parent
f19c98a8f1
commit
4e92a0d0dd
@ -148,7 +148,7 @@ class Karma(callbacks.PrivmsgCommandAndRegexp, plugins.ChannelDBHandler):
|
||||
else:
|
||||
LL = list(normalizedArgs)
|
||||
LL.sort()
|
||||
ss = '%s have no karma' % utils.commaAndify(LL)
|
||||
ss = '%s have neutral karma' % utils.commaAndify(LL)
|
||||
s = '%s. %s.' % (utils.commaAndify(L), ss)
|
||||
else:
|
||||
s = utils.commaAndify(L) + '.'
|
||||
|
Loading…
Reference in New Issue
Block a user