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:
parent
f6319244c8
commit
2872a54ef2
@ -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)
|
||||
|
||||
#####
|
||||
|
Loading…
Reference in New Issue
Block a user