]> git.pld-linux.org Git - packages/tuxaator.git/blob - tuxaator-perl.patch
- perl fix
[packages/tuxaator.git] / tuxaator-perl.patch
1 --- ./BotCore.pm~       2005-07-18 21:17:25.000000000 +0300
2 +++ ./BotCore.pm        2005-07-19 02:26:43.000000000 +0300
3 @@ -190,7 +190,7 @@
4                         print "$handler ";
5                         # add a pointer to the module
6                         $handlers{$handler}->{'id'} = $id;
7 -                       $self->register_msg_handler($handler,%handlers->{$handler});
8 +                       $self->register_msg_handler($handler, $handlers{$handler});
9                 };
10         };
11         # we need to store the command names somewhere
This page took 0.08343 seconds and 4 git commands to generate.