privmsg interface stuff is obsolete now
This commit is contained in:
parent
2872a54ef2
commit
327c519220
@ -10,7 +10,6 @@ import irclib
|
||||
#####
|
||||
# sub_join_channel
|
||||
# join a channel when told to by an admin
|
||||
# interface assumptions: privmsg
|
||||
#####
|
||||
|
||||
def sub_join_channel(connection, event, nick, userhost, replypath, what, admin_unlocked):
|
||||
@ -23,7 +22,6 @@ def sub_join_channel(connection, event, nick, userhost, replypath, what, admin_u
|
||||
#####
|
||||
# sub_part_channel
|
||||
# leave a channel when told to by an admin. optionally provide a message
|
||||
# interface assumptions: privmsg
|
||||
#####
|
||||
|
||||
def sub_part_channel(connection, event, nick, userhost, replypath, what, admin_unlocked):
|
||||
@ -36,7 +34,6 @@ def sub_part_channel(connection, event, nick, userhost, replypath, what, admin_u
|
||||
#####
|
||||
# sub_quit_channel
|
||||
# quit irc server. optionally provide a message
|
||||
# interface assumptions: privmsg
|
||||
#####
|
||||
|
||||
def sub_quit_channel(connection, event, nick, userhost, replypath, what, admin_unlocked):
|
||||
@ -49,7 +46,6 @@ def sub_quit_channel(connection, event, nick, userhost, replypath, what, admin_u
|
||||
#####
|
||||
# sub_handle_autojoin
|
||||
# add/remove on channel autojoin list.
|
||||
# interface assumptions: privmsg
|
||||
#####
|
||||
|
||||
def sub_autojoin_manipulate(connection, event, nick, userhost, replypath, what, admin_unlocked):
|
||||
|
Loading…
Reference in New Issue
Block a user