diff options
| author | Alex Checca | 2016-01-16 01:03:10 -0500 | 
|---|---|---|
| committer | Alex Checca | 2016-01-16 01:03:10 -0500 | 
| commit | 19a677b2919670a34b8ba1e42e6e9ec4f80de273 (patch) | |
| tree | d479f4c6d4633937de5c436047e9975545b03f99 /scripts | |
| parent | b55123f9f0d3e9c030a3df60c6979d5c844c1ded (diff) | |
| download | scripts.irssi.org-19a677b2919670a34b8ba1e42e6e9ec4f80de273.tar.bz2 | |
revert minor explanation change
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/xdcc_autoget.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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"; | 
