From a0c11ac1d424357cb2a5794fc08815feefeddddc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 13 Feb 2011 09:07:11 +0000 Subject: [PATCH] irchandlers: remove dumping of event on mode change --- PBot/IRCHandlers.pm | 3 --- PBot/VERSION.pm | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/PBot/IRCHandlers.pm b/PBot/IRCHandlers.pm index 23ccba0b..878a399a 100644 --- a/PBot/IRCHandlers.pm +++ b/PBot/IRCHandlers.pm @@ -124,9 +124,6 @@ sub on_mode { my $i = 0; my $target; - use Data::Dumper; - print Dumper($event), "\n"; - while($mode_string =~ m/(.)/g) { my $char = $1; diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index f66c850f..46514980 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 313, + BUILD_REVISION => 314, BUILD_DATE => "2011-02-13", };