]> git.donarmstrong.com Git - infobot.git/commitdiff
exchange -> Exchange
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 03:40:11 +0000 (03:40 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 03:40:11 +0000 (03:40 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1051 c11ca15a-4712-0410-83d8-924469b57eb5

files/sample/blootbot.chan
src/CommandStubs.pl
src/modules.pl

index 448cd09abbaaafb581e4b4ace55507b9a52d0edc..e313f01e837d6c3e032cdb5b0bb583fe118ee9dd 100644 (file)
@@ -30,6 +30,7 @@ _default
     +DebianExtra
     debianRefreshInterval 7
     +Dict
+    +Exchange
     +factoidArguments
     floodMessages 10:30
     floodRepeat 2:10
index 8d742bf6be7c1ccef3a2291f1969ff8e6f3c0592..361ebbcfa7a1c9f863f5397d445f3fa8b2058a69 100644 (file)
@@ -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') );
index e2a1902fd892b044a3f41da8af102eecdddc38fa..a1fe04389619182089b885f798308a37531a423a 100644 (file)
@@ -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",