From 8a6e3c2f06075be0cfd111104ddbced2cc679599 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 04:11:22 +0000 Subject: [PATCH] kernel -> Kernel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1057 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 99b623e..af0dacd 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -1,4 +1,4 @@ -#v1: blootbot -- infobot -- written Tue Nov 23 04:06:13 2004 +#v1: blootbot -- infobot -- written Tue Nov 23 04:10:33 2004 #botpark +autojoin @@ -23,6 +23,7 @@ _default +Exchange +Factoids +HTTPDtype + +Kernel +allowConv +allowDNS +allowTelling @@ -40,7 +41,6 @@ _default freshmeatRefreshInterval 24 +insult +karma - +kernel +lart +limitcheck +log diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 2b497c7..e6098a7 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -186,7 +186,7 @@ sub parseCmdHook { &addCmdHook("extra", 'insult', ('CODEREF' => 'Insult::Insult', 'Forker' => 1, 'Identifier' => 'insult', 'Help' => "insult" ) ); &addCmdHook("extra", 'kernel', ('CODEREF' => 'Kernel::Kernel', - 'Forker' => 1, 'Identifier' => 'kernel', + 'Forker' => 1, 'Identifier' => 'Kernel', 'Cmdstats' => 'Kernel', 'NoArgs' => 1) ); &addCmdHook("extra", 'listauth', ('CODEREF' => 'CmdListAuth', 'Identifier' => 'search', Module => 'Factoids', diff --git a/src/modules.pl b/src/modules.pl index 54cb32a..fae4b46 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -35,7 +35,7 @@ if ($@) { "HTTPDtype" => "HTTPDtype.pl", "insult" => "insult.pl", "UserDCC" => "UserDCC.pl", - "kernel" => "Kernel.pl", + "Kernel" => "Kernel.pl", "news" => "News.pl", "nickometer" => "nickometer.pl", "pager" => "pager.pl", -- 2.39.2