]> git.pld-linux.org Git - packages/tuxaator.git/blobdiff - tuxaator-perl.patch
- perl fix
[packages/tuxaator.git] / tuxaator-perl.patch
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.06052 seconds and 4 git commands to generate.