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", };