[SimBot-commits] CVS: simbot simbot.pl,1.146,1.147
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2006-08-02 00:54:54
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21143 Modified Files: simbot.pl Log Message: Here you go... :) Index: simbot.pl =================================================================== RCS file: /cvsroot/simbot/simbot/simbot.pl,v retrieving revision 1.146 retrieving revision 1.147 diff -u -d -p -r1.146 -r1.147 --- simbot.pl 17 Jan 2006 11:22:00 -0000 1.146 +++ simbot.pl 2 Aug 2006 00:54:50 -0000 1.147 @@ -205,7 +205,7 @@ if(option('chat','snooze') !~ m/always|n &plugin_register(plugin_id => "help", plugin_params => "<command name>", - plugin_help => "Displays a list of available commands. Adding a command name as a parameter will display help text for that command.", + plugin_help => "Seems like you've already figured out what this does, eh? Leave off the command for a list.", event_plugin_call => \&print_help, ); |