Project

General

Profile

Echomonitor » History » Version 6

Per Amundsen, 02/16/2023 12:28 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 6 Per Amundsen
table(ktable).
12
|*Switch*|*Description*|
13
| -h | Print to the channel monitor instead of server monitor. |
14
| -c | Indicates [color] is a color name. |
15
| -f | Apply flash options. |
16
| -tN | Apply timestamp prefix options. N is a optional UTC value to use for the timestamp. |
17
| -u | Disables using first word as prefix for nick column. |
18
| -v | Treats first word as a timestamp. |
19
| -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. |
20 1 Per Amundsen
21
*Parameters*
22
23 6 Per Amundsen
table(ktable).
24
|*Parameter*|*Description*|
25
| [color] | A numeric color value to use as line color (0 to 37). |
26
| [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. |
27
| <text> | The text to print. |
28 1 Per Amundsen
29
*Example*
30
31
<pre>
32
; Print 'Some text' to the Server monitor.
33
/echomonitor -t Some text
34
35
; Print 'Some text' to the Channel monitor.
36
/echomonitor -ht Some text
37
</pre>