From da38174df34cf9a1b8ab5e9dc5ea47c7c14b4eb3 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 08:59:17 +0000 Subject: [PATCH] myModules is fairly major... 1.3.2 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1081 c11ca15a-4712-0410-83d8-924469b57eb5 --- TODO | 3 +-- src/core.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index e5bd1ff..afeebd6 100644 --- 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:" 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 diff --git a/src/core.pl b/src/core.pl index e86f227..eb0b7de 100644 --- a/src/core.pl +++ b/src/core.pl @@ -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] ) ); -- 2.39.5