- remove debugging
authorAndreas Scherbaum <[email protected]>
Fri, 20 Jan 2012 21:41:02 +0000 (22:41 +0100)
committerAndreas Scherbaum <[email protected]>
Fri, 20 Jan 2012 21:41:02 +0000 (22:41 +0100)
docbot.pl

index 07ef13d46465751ba437368aaeec2b08e546c36c..c5b1d4e675c40ea1d6f14311c542b45a46cc57dd 100755 (executable)
--- a/docbot.pl
+++ b/docbot.pl
@@ -158,7 +158,6 @@ foreach my $session (keys(%main::sessions)) {
             irc_001          => \&on_connect,
             irc_public       => \&on_message,
             irc_msg          => \&on_message,
-            public2          => \&on_message,
             irc_376          => \&on_end_motd,
             irc_433          => \&on_nickused,
             irc_330          => \&on_whois_identified,