Project

General

Profile

Echo » History » Revision 12

Revision 11 (Per Amundsen, 05/16/2015 09:07 PM) → Revision 12/44 (Per Amundsen, 03/15/2016 02:58 PM)

_Added in 1.8.10_ 

 */echo [color] [-abcdefghiNlmnqrstNuvwN] [-abcdefghiNlmnqrstuvwN] [color name] [window] <text>* 

 Prints text in the specified window using the specified color (0 to 37). 

 *Switches* 

 -a - Prints to the current active window. 
 -b - Apply beep options. 
 -c - Indicates [color] is a color name. 
 -d - TODO 
 -e - Encloses the line in line separators. 
 -f - Apply flash options. 
 -g - Prevents the echo from being logged. 
 -h - TODO 
 -iN - Indents the wrapped line by N characters. 
 -l - Apply highlight options. 
 -m - This echo should be threated as a normal message. 
 -n - Prevents the echo from highlighting the window sidebar/channelbar icon. 
 -q - Don't print if called from a alias using the . prefix. 
 -r - Apply strip colors/bold/italic/underline options. 
 -s - Prints to the status/server window associated with current window. 
 -tN -t - Apply timestamp prefix options. N is a optional UTC value to use for the timestamp. 
 -u - Disables using first word as prefix for nick column. 
 -v - Treats first word as a timestamp. 
 -wN - if N = 0, replaces emoticon tags in all token except the first one, N = 1, replaces only the first token, N = 2, replaces all tokens. 

 *Parameters* 

 [color] - A numeric color value to use as line color (0 to 37). 
 [color name] - Used with the -c switch. One of the following: Action, ctcp, highlight, info, info2, invite, join, part, quit, kick, mode, topic, nick, normal, notice, notify, other, own, wallops, whois. 
 [window] - The target window. 
 <text> - The text to print. 

 *Example* 

 <pre> 
 ;Prints 'Hello World!' to current active window. 
 /echo -a Hello World! 
 </pre>