[SimBot-commits] CVS: simbot/plugins info.pl,1.42,1.43
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-06 21:24:03
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4159/plugins Modified Files: info.pl Log Message: missed moving info to data/... I also moved dbdump/dbrestore to tools/ Index: info.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/info.pl,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -p -r1.42 -r1.43 --- info.pl 5 May 2005 04:04:07 -0000 1.42 +++ info.pl 6 May 2005 21:23:53 -0000 1.43 @@ -124,7 +124,7 @@ use constant FACT_URL => 32; use constant FACT_LOCKED => 16; sub messup_info { - dbmopen(%info, 'info', 0664); + dbmopen(%info, 'data/info', 0664); } sub cleanup_info { |