X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fcore.pl;h=9cdbb255c51c3bf0d5536ba0b3d501f9d8fcd632;hb=dc498609afa162c127a4e31529e9725734278d0b;hp=909ff37a1e78e5be732a747009a2e5604ed5ff3e;hpb=9154f624199e06e382a4a0b5c40f445f35fbe92d;p=infobot.git diff --git a/src/core.pl b/src/core.pl index 909ff37..9cdbb25 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.3"; if ( -d "CVS" ) { use POSIX qw(strftime); $bot_release .= strftime(" cvs (%Y%m%d)", gmtime( (stat("CVS"))[9] ) ); @@ -127,7 +127,7 @@ sub doExit { } &writeUserFile(); &writeChanFile(); - &uptimeWriteFile() if (&IsChanConf("uptime")); + &uptimeWriteFile() if (&IsChanConf('Uptime')); &sqlCloseDB(); &closeSHM($shm);