mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Changed Karma's tokenizedCommand to an invalidCommand.
This commit is contained in:
parent
b0df87ed7d
commit
cf760c0401
@ -251,7 +251,7 @@ class Karma(callbacks.Plugin):
|
||||
self.db.decrement(channel, self._normalizeThing(thing))
|
||||
self._respond(irc, channel)
|
||||
|
||||
def tokenizedCommand(self, irc, msg, tokens):
|
||||
def invalidCommand(self, irc, msg, tokens):
|
||||
channel = msg.args[0]
|
||||
if not irc.isChannel(channel):
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user