mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Oops, got a debugging print in there.
This commit is contained in:
parent
ae26bf4a6c
commit
e03c3ecf0a
@ -359,7 +359,6 @@ class IrcState(IrcCommandDispatcher):
|
||||
elif mode[-1] in 'beq':
|
||||
pass # We don't need this right now.
|
||||
else:
|
||||
print '*****', mode
|
||||
modeChar = mode[1]
|
||||
if mode[0] == '+':
|
||||
chan.setMode(modeChar, value)
|
||||
|
Loading…
Reference in New Issue
Block a user