From: Anti V. <du...@us...> - 2004-04-23 20:01:41
|
Update of /cvsroot/tuxaator/tuxaator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24474 Modified Files: tuxaator Log Message: + do not require "Tuxaator::Plugin" Index: tuxaator =================================================================== RCS file: /cvsroot/tuxaator/tuxaator/tuxaator,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** tuxaator 30 Mar 2004 20:37:05 -0000 1.86 --- tuxaator 23 Apr 2004 20:01:31 -0000 1.87 *************** *** 12,16 **** use Plugins::Log; use BotCore; ! use Tuxaator::Plugin; use File::Glob ':glob'; my ($irc,$whoami,$driver,$dbh,%last,%plugins,%msg_handlers,$DEBUG); --- 12,16 ---- use Plugins::Log; use BotCore; ! #use Tuxaator::Plugin; use File::Glob ':glob'; my ($irc,$whoami,$driver,$dbh,%last,%plugins,%msg_handlers,$DEBUG); |