[SimBot-commits] CVS: simbot/plugins dict.pl,1.14,1.15 recap.pl,1.15,1.16
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-04 20:59:48
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16583/plugins Modified Files: dict.pl recap.pl Log Message: I make lots of mistakes Index: dict.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/dict.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -p -r1.14 -r1.15 --- dict.pl 4 May 2005 20:39:05 -0000 1.14 +++ dict.pl 4 May 2005 20:59:40 -0000 1.15 @@ -127,11 +127,10 @@ sub look_up { # Register Plugin &SimBot::plugin_register(plugin_id => "define", plugin_params => "[dictionaries with \"<term>\"|\"<term>\"] [in <dictionary>] [publicly|privately]", - plugin_help => <<EOT; -Defines the requested term. Quotation marks are optional unless the query has more than one word: + plugin_help => +qq~Defines the requested term. Quotation marks are optional unless the query has more than one word: %bold%dictionaries with%bold%: Lists the dictionaries with the given term %bold%in <dictionary>%bold%: Shows the entry from a specific dictionary, if it exists. - %bold%publicly|privately%bold%: Specify one of these terms to request the definition in the channel or via private message. Public messages will be limited toa reasonable length. -EOT, + %bold%publicly|privately%bold%: Specify one of these terms to request the definition in the channel or via private message. Public messages will be limited toa reasonable length.~, event_plugin_call => \&look_up, ); Index: recap.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/recap.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -p -r1.15 -r1.16 --- recap.pl 4 May 2005 20:39:05 -0000 1.15 +++ recap.pl 4 May 2005 20:59:40 -0000 1.16 @@ -113,7 +113,7 @@ sub nick_change { # Register Plugin &SimBot::plugin_register(plugin_id => "recap", - plugin_params => "[<lines>]" + plugin_params => "[<lines>]", plugin_help => "Privately recaps up to " . MAX_BACKLOG . " lines of chat backlog. The default is to recap " . STD_BACKLOG . " lines or from the point the user " . |