From 2872a54ef2fa4d41cf09647acfe484f6c92a579b Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 25 Jul 2010 08:53:41 -0500 Subject: [PATCH] allow quit command in pubmsg now that we have bot prefixing (and of course, the admin stuff is also necessary) --- dr.botzo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dr.botzo.py b/dr.botzo.py index ba8ce7b..161e270 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -151,6 +151,7 @@ def on_pubmsg(connection, event): # admin commands sub_join_channel(connection, event, nick, userhost, replypath, what, admin_unlocked) sub_part_channel(connection, event, nick, userhost, replypath, what, admin_unlocked) + sub_quit_channel(connection, event, nick, userhost, replypath, what, admin_unlocked) sub_autojoin_manipulate(connection, event, nick, userhost, replypath, what, admin_unlocked) #####