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