From 8a8bff0d626537daae60306d46d1d03115c39342 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 25 Jul 2010 09:40:12 -0500 Subject: [PATCH] remove debugging command --- dr.botzo.py | 2 -- 1 file changed, 2 deletions(-) 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)