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