No => Neutral.

This commit is contained in:
Jeremy Fincher 2004-08-09 15:04:52 +00:00
parent f19c98a8f1
commit 4e92a0d0dd

View File

@ -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) + '.'