[SimBot-commits] CVS: simbot/plugins recap.pl,1.18,1.19
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-07-28 01:06:04
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3156/plugins Modified Files: recap.pl Log Message: Update recap to match a change to httpd Index: recap.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/recap.pl,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -p -r1.18 -r1.19 --- recap.pl 27 Jul 2005 17:37:18 -0000 1.18 +++ recap.pl 28 Jul 2005 01:05:55 -0000 1.19 @@ -141,7 +141,7 @@ sub recap_page { event_server_nick => \&nick_change, ); -$SimBot::hash_plugin_httpd_pages{'/recap'} = { +$SimBot::hash_plugin_httpd_pages{'recap'} = { 'title' => "Current Chatter", 'handler' => \&recap_page, } |