]> git.donarmstrong.com Git - infobot.git/commitdiff
myModules is fairly major... 1.3.2
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 08:59:17 +0000 (08:59 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 08:59:17 +0000 (08:59 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1081 c11ca15a-4712-0410-83d8-924469b57eb5

TODO
src/core.pl

diff --git a/TODO b/TODO
index e5bd1ff52b99f43bed04ba7147de823292a62543..afeebd61c387e1053f00e3a3c09cd6cf9b08a9ad 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ DONE:
        - add handling for channel specific factoids:
          "#botpark logs" -> http://ibot.rikers.org/botpark
          factoidSearch is a space delimited list of prefixes to try
+       - kill %myModules - loadMyModule expects the CORRECT CASE basename
 TODO:
        - let's get a release out!
        - kill SHM and and move to a pipe
@@ -14,8 +15,6 @@ TODO:
        - move lart from blootbot.lang to "lart:<something>" in factoids?
        - all IsChanConf tests MUST be checking for >0 as -1 is possible
          there are a lot of incorrect "if(IsChanConf("foo")) instances now
-       - move src/modules.pl to a built list from src/Modules/*
-         refresh this list on start and reload. note: lowercase and strip .pl
        - make sure scheduler design is _right_ - it's broken'ish.
        - debian BTS frontend "bugs"
        - !country
index e86f2273cc8c89b78fd90020875828fbb64d3312..eb0b7dec929e77ae5d071fbd8ee00d7d6322aed1 100644 (file)
@@ -78,7 +78,7 @@ $nottime      = 0;
 $notsize       = 0;
 $notcount      = 0;
 ###
-$bot_release   = "1.3.1";
+$bot_release   = "1.3.2";
 if ( -d "CVS" ) {
     use POSIX qw(strftime);
     $bot_release       .= strftime(" cvs (%Y%m%d)", gmtime( (stat("CVS"))[9] ) );