From 327c519220e4db6a81e2dc33303bb460274089b8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 25 Jul 2010 09:01:13 -0500 Subject: [PATCH] privmsg interface stuff is obsolete now --- dr.botzo.py | 4 ---- 1 file changed, 4 deletions(-) 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):