remove debugging command

This commit is contained in:
Brian S. Stephan 2010-07-25 09:40:12 -05:00
parent 9a4429d3d9
commit 8a8bff0d62
1 changed files with 0 additions and 2 deletions

View File

@ -173,8 +173,6 @@ def on_pubmsg(connection, event):
else:
what = addressed_re.sub('', what)
print("could be a command: " + what)
# admin commands
sub_join_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)
sub_part_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)