[SimBot-commits] CVS: simbot/plugins dict.pl,1.15,1.16
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-04 21:17:26
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20910/plugins Modified Files: dict.pl Log Message: I guess I should be proofreading better and whatnot Index: dict.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/dict.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -p -r1.15 -r1.16 --- dict.pl 4 May 2005 20:59:40 -0000 1.15 +++ dict.pl 4 May 2005 21:17:17 -0000 1.16 @@ -129,8 +129,8 @@ sub look_up { plugin_params => "[dictionaries with \"<term>\"|\"<term>\"] [in <dictionary>] [publicly|privately]", 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.~, +%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%bold% or %bold%privately%bold%: Specify one of these terms to request the definition in the channel or via private message. Public messages will be limited to a reasonable length.~, event_plugin_call => \&look_up, ); |