mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +01:00
Removed an old debugging print.
This commit is contained in:
parent
858e9e4886
commit
383f40e55a
@ -162,7 +162,6 @@ class Utilities(callbacks.Privmsg):
|
|||||||
commands = map(callbacks.canonicalName, commands)
|
commands = map(callbacks.canonicalName, commands)
|
||||||
tokens = callbacks.tokenize(text)
|
tokens = callbacks.tokenize(text)
|
||||||
allTokens = commands + tokens
|
allTokens = commands + tokens
|
||||||
print '***', allTokens
|
|
||||||
Owner = irc.getCallback('Owner')
|
Owner = irc.getCallback('Owner')
|
||||||
Owner.processTokens(irc, msg, allTokens)
|
Owner.processTokens(irc, msg, allTokens)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user