From cc3247d93b466e1e33162afdb7c6e6895a710d3f Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 03:40:11 +0000 Subject: [PATCH] exchange -> Exchange git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1051 c11ca15a-4712-0410-83d8-924469b57eb5 --- files/sample/blootbot.chan | 1 + src/CommandStubs.pl | 2 +- src/modules.pl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/sample/blootbot.chan b/files/sample/blootbot.chan index 448cd09..e313f01 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -30,6 +30,7 @@ _default +DebianExtra debianRefreshInterval 7 +Dict + +Exchange +factoidArguments floodMessages 10:30 floodRepeat 2:10 diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 8d742bf..361ebbc 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -249,7 +249,7 @@ sub parseCmdHook { 'Identifier' => 'zsi', 'Cmdstats' => 'zsi', 'Forker' => 1) ); &addCmdHook("extra", '(ex)?change', ('CODEREF' => 'Exchange::query', - 'Identifier' => 'exchange', 'Cmdstats' => 'exchange', + 'Identifier' => 'Exchange', 'Cmdstats' => 'Exchange', 'Forker' => 1) ); &addCmdHook("extra", '(botmail|message)', ('CODEREF' => 'botmail::parse', 'Identifier' => 'botmail', 'Cmdstats' => 'botmail') ); diff --git a/src/modules.pl b/src/modules.pl index e2a1902..a1fe043 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -30,7 +30,7 @@ if ($@) { "DebianExtra" => "DebianExtra.pl", "Dict" => "Dict.pl", "DumpVars" => "DumpVars.pl", - "exchange" => "Exchange.pl", + "Exchange" => "Exchange.pl", "factoids" => "Factoids.pl", "HTTPDtype" => "HTTPDtype.pl", "insult" => "insult.pl", -- 2.39.5