]> git.pld-linux.org Git - packages/tuxaator.git/commitdiff
- perl fix
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Sep 2005 20:42:37 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tuxaator-perl.patch -> 1.1

tuxaator-perl.patch [new file with mode: 0644]

diff --git a/tuxaator-perl.patch b/tuxaator-perl.patch
new file mode 100644 (file)
index 0000000..ab4a4eb
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./BotCore.pm~      2005-07-18 21:17:25.000000000 +0300
++++ ./BotCore.pm       2005-07-19 02:26:43.000000000 +0300
+@@ -190,7 +190,7 @@
+                       print "$handler ";
+                       # add a pointer to the module
+                       $handlers{$handler}->{'id'} = $id;
+-                      $self->register_msg_handler($handler,%handlers->{$handler});
++                      $self->register_msg_handler($handler, $handlers{$handler});
+               };
+       };
+       # we need to store the command names somewhere
This page took 0.129893 seconds and 4 git commands to generate.