mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Testing remotely blows.
This commit is contained in:
parent
a6f03fa33a
commit
7f1c57c388
@ -265,7 +265,8 @@ class Karma(callbacks.PrivmsgCommandAndRegexp):
|
||||
kind = privmsgs.getArgs(args)
|
||||
try:
|
||||
kind = self._mostAbbrev[kind]
|
||||
L = self.db.most(channel, kind)
|
||||
L = self.db.most(channel, kind,
|
||||
self.registryValue('mostDisplay', channel))
|
||||
if L:
|
||||
L = ['%r: %s' % (name, i) for (name, i) in L]
|
||||
irc.reply(utils.commaAndify(L))
|
||||
|
Loading…
Reference in New Issue
Block a user