]> git.donarmstrong.com Git - infobot.git/commitdiff
news -> News
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 04:13:54 +0000 (04:13 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 04:13:54 +0000 (04:13 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1058 c11ca15a-4712-0410-83d8-924469b57eb5

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

index af0dacd9ec993988236b4d3e057ffa950a004466..783fa9ac03528280f172caf6d74db09f3a0cc1ba 100644 (file)
@@ -1,15 +1,15 @@
-#v1: blootbot -- infobot -- written Tue Nov 23 04:10:33 2004
+#v1: blootbot -- infobot -- written Tue Nov 23 04:13:22 2004
 
 #botpark
     +autojoin
 
 #debian-bots
+    +News
     factoidDeleteDelay 7
     ircTextCounters heh hah :) ? hi lol
     +joinfloodCheck
     limitcheckInterval 10
     limitcheckPlus 10
-    +news
     newsDefaultExpire 7
     +newsKeepRead
     +newsNotifyAll
index 96165ddf8f7b9c57f70a3609b5b1806dd3d93f3d..7f07861657a72e639fd50932e9b635e9a98e74ed 100644 (file)
@@ -35,7 +35,7 @@ use vars qw(%channels %chanstats %cmdstats %count %ircstats %param
        Help => 'tell', Identifier => 'allowTelling',
        Cmdstats => 'Tell') );
 &addCmdHook("main", 'news', ('CODEREF' => 'News::Parse',
-       Module => 'news', 'Cmdstats' => 'News' ) );
+       Module => 'News', 'Cmdstats' => 'News' ) );
 &addCmdHook("main", 'countrystats', ('CODEREF' => 'countryStats',
 #      Forker => "NULL",
  ) );
index fae4b46dae5877e2cc7f79d1a47bc2b3346a07b4..27eb521ec2879070f097722eda9ef87af1a49735 100644 (file)
@@ -36,7 +36,7 @@ if ($@) {
        "insult"        => "insult.pl",
        "UserDCC"       => "UserDCC.pl",
        "Kernel"        => "Kernel.pl",
-       "news"          => "News.pl",
+       "News"          => "News.pl",
        "nickometer"    => "nickometer.pl",
        "pager"         => "pager.pl",
        "perlMath"      => "Math.pl",
@@ -64,7 +64,7 @@ if ($@) {
 my @myModulesLoadNow;
 my @myModulesReloadNot;
 BEGIN {
-    @myModulesLoadNow  = ('topic', 'uptime', 'news', 'rootWarn', 'symdump', 'botmail');
+    @myModulesLoadNow  = ('topic', 'uptime', 'News', 'rootWarn', 'symdump', 'botmail');
     @myModulesReloadNot        = ('IRC/Irc.pl','IRC/Schedulers.pl');
 }