Project

General

Profile

Echomonitor » History » Revision 4

Revision 3 (Per Amundsen, 01/10/2019 04:25 PM) → Revision 4/6 (Per Amundsen, 03/28/2020 03:42 PM)

_Added in 2.3_ 

 */echomonitor [color] [-hcrtNuvwN] [color name] <text>* 

 Prints text in the server or channel monitor using the specified color (0 to 99). 

 _See also [[Monitor Panels]]._ 

 *Switches* 

 -h - Print to the channel monitor instead of server monitor. 
 -c - Indicates [color] is a color name. 
 -f - Apply flash options. 
 -tN - 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. 
 <text> [window] - The text to echo. target window. 

 *Example* 

 <pre> 
 ; Print 'Some text' to the Server monitor. 
 /echomonitor -t Some text 

 ; Print 'Some text' to the Channel monitor. 
 /echomonitor -ht Some text 
 </pre>