From: Alex Checca Date: Sat, 16 Jan 2016 06:03:10 +0000 (-0500) Subject: revert minor explanation change X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=19a677b2919670a34b8ba1e42e6e9ec4f80de273;p=irssi-scripts.irssi.org.git revert minor explanation change --- diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl index 5dfbcd0..bb568a6 100644 --- a/scripts/xdcc_autoget.pl +++ b/scripts/xdcc_autoget.pl @@ -166,8 +166,8 @@ sub ag_help Irssi::print "to set the server : ag_server "; Irssi::print "to add a bot : ag_botadd BOT1 BOT2 *** BOTN"; Irssi::print "to remove a bot : ag_botrem BOT1 BOT2 *** BOTN"; - Irssi::print "to add string : ag_add \"[TEXT STRING OF TV SHOW/CHINESE CARTOON/ETC]\",\"[ETC]\",***,\"[ETC]\" "; - Irssi::print "to remove strings : ag_rem \"[TEXT STRING OF TV SHOW/CHINESE CARTOON/ETC]\",\"[ETC]\",***,\"[ETC]\" "; + Irssi::print "to add string : ag_add \"[TEXT STRING OF SEARCH]\",\"[ETC]\",***,\"[ETC]\" "; + Irssi::print "to remove strings : ag_rem \"[TEXT STRING OF SEARCH]\",\"[ETC]\",***,\"[ETC]\" "; Irssi::print "to see terms and bots: ag_list"; Irssi::print "to clear cache : ag_clearcache"; Irssi::print "ag_next_delay : delay between full transfers";