mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Must've accidentally removed addressedRegexps during the conversion to registry.
This commit is contained in:
parent
6049e4c586
commit
3f4a4297fe
@ -67,8 +67,8 @@ conf.registerChannelValue(conf.supybot.plugins.Karma, 'karmaMostDisplay',
|
||||
registry.Integer(25, """Determines how many karma things are shown when
|
||||
the most command is called.'"""))
|
||||
|
||||
class Karma(callbacks.PrivmsgCommandAndRegexp,
|
||||
plugins.ChannelDBHandler):
|
||||
class Karma(callbacks.PrivmsgCommandAndRegexp, plugins.ChannelDBHandler):
|
||||
addressedRegexps = ['increaseKarma', 'decreaseKarma']
|
||||
def __init__(self):
|
||||
callbacks.PrivmsgCommandAndRegexp.__init__(self)
|
||||
plugins.ChannelDBHandler.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user