remove debugging command
This commit is contained in:
parent
9a4429d3d9
commit
8a8bff0d62
@ -173,8 +173,6 @@ def on_pubmsg(connection, event):
|
|||||||
else:
|
else:
|
||||||
what = addressed_re.sub('', what)
|
what = addressed_re.sub('', what)
|
||||||
|
|
||||||
print("could be a command: " + what)
|
|
||||||
|
|
||||||
# admin commands
|
# admin commands
|
||||||
sub_join_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
sub_join_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
||||||
sub_part_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
sub_part_channel(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
||||||
|
Loading…
Reference in New Issue
Block a user