Project

General

Profile

Echo » History » Revision 2

Revision 1 (Per Amundsen, 02/10/2014 12:43 PM) → Revision 2/44 (Per Amundsen, 02/10/2014 12:44 PM)

_Added in 1.8.10_ 

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

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

 *Switches* 

 -a - Prints prints to the current active window. window 
 -b - Apply apply beep options. options 
 -c - Indicates indicates <color> is a color name. name 
 -d - TODO 
 -e - Encloses encloses the line in line separators. 
 -f - Apply apply flash options. options 
 -g - Prevents prevents the echo from being logged. logged 
 -h - TODO 
 -iN - TODO 
 -l - Apply apply highlight options. options 
 -m - This this echo should be threated as a normal message. message 
 -n - Prevents prevents the echo from highlighting the window sidebar/channelbar icon. icon 
 -q - Don't don't print if called from a alias using the . prefix. prefix 
 -r - Apply apply strip colors/bold/italic/underline options. options 
 -s - Prints prints to the status/server window associated with current window. window 
 -t - Apply apply time prefix options. options 

 *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>