mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-25 10:00:48 +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':
|
elif mode[-1] in 'beq':
|
||||||
pass # We don't need this right now.
|
pass # We don't need this right now.
|
||||||
else:
|
else:
|
||||||
print '*****', mode
|
|
||||||
modeChar = mode[1]
|
modeChar = mode[1]
|
||||||
if mode[0] == '+':
|
if mode[0] == '+':
|
||||||
chan.setMode(modeChar, value)
|
chan.setMode(modeChar, value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user