From 2c1bcdc45cfcf6df337ee60be0d83302ec49ae18 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 07:38:24 +0000 Subject: [PATCH] zippy -> Zippy git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1078 c11ca15a-4712-0410-83d8-924469b57eb5 --- files/sample/blootbot.chan | 4 ++-- src/CommandStubs.pl | 2 +- src/modules.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/sample/blootbot.chan b/files/sample/blootbot.chan index edbfecb..befec06 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -1,4 +1,4 @@ -#v1: blootbot -- infobot -- written Tue Nov 23 07:35:36 2004 +#v1: blootbot -- infobot -- written Tue Nov 23 07:38:10 2004 #botpark +RootWarn @@ -37,6 +37,7 @@ _default +UserInfo +W3Search +Weather + +Zippy +allowConv +allowDNS +allowTelling @@ -71,6 +72,5 @@ _default +spell +tell +zfi - +zippy +zsi diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 9d986f5..21fd9ca 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -243,7 +243,7 @@ sub parseCmdHook { 'Identifier' => 'zfi', 'Cmdstats' => 'zfi', 'Forker' => 1) ); &addCmdHook("extra", '(zippy|yow)', ('CODEREF' => 'zippy::get', - 'Identifier' => 'zippy', 'Cmdstats' => 'zippy', + 'Identifier' => 'Zippy', 'Cmdstats' => 'Zippy', 'Forker' => 1) ); &addCmdHook("extra", 'zsi', ('CODEREF' => 'zsi::query', 'Identifier' => 'zsi', 'Cmdstats' => 'zsi', diff --git a/src/modules.pl b/src/modules.pl index 286082a..ffdd798 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -56,7 +56,7 @@ if ($@) { "Wingate" => "Wingate.pl", "W3Search" => "W3Search.pl", "zfi" => "zfi.pl", - "zippy" => "Zippy.pl", + "Zippy" => "Zippy.pl", "zsi" => "zsi.pl", ); ### THIS IS NOT LOADED ON RELOAD :( -- 2.39.2