Changed Karma's tokenizedCommand to an invalidCommand.

This commit is contained in:
Jeremy Fincher 2005-02-18 16:24:48 +00:00
parent b0df87ed7d
commit cf760c0401
1 changed files with 1 additions and 1 deletions

View File

@ -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