diff --git a/dr.botzo.py b/dr.botzo.py index 161e270..bef3fbe 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -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):