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