diff --git a/dr.botzo.py b/dr.botzo.py index a0ae270..73d8af5 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -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)