Echomonitor » History » Version 1
Per Amundsen, 03/19/2016 01:45 PM
1 | 1 | Per Amundsen | _Added in 2.3_ |
---|---|---|---|
2 | |||
3 | */echomonitor [color] [-hcrtNuvwN] [color name] <text>* |
||
4 | |||
5 | Prints text in the server or channel monitor using the specified color (0 to 37). |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -h - Print to the channel monitor instead of server monitor. |
||
10 | -c - Indicates [color] is a color name. |
||
11 | -f - Apply flash options. |
||
12 | -tN - Apply timestamp prefix options. N is a optional UTC value to use for the timestamp. |
||
13 | -u - Disables using first word as prefix for nick column. |
||
14 | -v - Treats first word as a timestamp. |
||
15 | -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. |
||
16 | |||
17 | *Parameters* |
||
18 | |||
19 | [color] - A numeric color value to use as line color (0 to 37). |
||
20 | [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. |
||
21 | [window] - The target window. |
||
22 | |||
23 | *Example* |
||
24 | |||
25 | <pre> |
||
26 | ; Print 'Some text' to the Server monitor. |
||
27 | /echomonitor -t Some text |
||
28 | |||
29 | ; Print 'Some text' to the Channel monitor. |
||
30 | /echomonitor -ht Some text |
||
31 | </pre> |