allow quit command in pubmsg now that we have bot prefixing (and of course, the admin stuff is also necessary)

This commit is contained in:
Brian S. Stephan 2010-07-25 08:53:41 -05:00
parent f6319244c8
commit 2872a54ef2
1 changed files with 1 additions and 0 deletions

View File

@ -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)
#####