Oops, got a debugging print in there.

This commit is contained in:
Jeremy Fincher 2004-07-31 08:46:07 +00:00
parent ae26bf4a6c
commit e03c3ecf0a
1 changed files with 0 additions and 1 deletions

View File

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