mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
irchandlers: remove dumping of event on mode change
This commit is contained in:
parent
ea198bcab1
commit
a0c11ac1d4
@ -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;
|
||||
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user