mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Forgot to remove a debugging print.
This commit is contained in:
parent
b421c07671
commit
35c2003773
@ -156,7 +156,6 @@ class Utilities(callbacks.Privmsg):
|
||||
commands = map(callbacks.canonicalName, commands)
|
||||
tokens = callbacks.tokenize(text)
|
||||
allTokens = commands + tokens
|
||||
print '***', allTokens
|
||||
self.Proxy(irc, msg, allTokens)
|
||||
apply = wrap(apply, ['something', many('anything')])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user