Echo » History » Version 1
Per Amundsen, 02/10/2014 12:43 PM
1 | 1 | Per Amundsen | _Added in 1.8.10_ |
---|---|---|---|
2 | |||
3 | */echo [color] [-abcdefghiNlmnqrst] [color name] [window] <text>* |
||
4 | |||
5 | Prints text in the specified window using the specified color (0 to 37). |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -a - prints to the current active window |
||
10 | -b - apply beep options |
||
11 | -c - indicates <color> is a color name |
||
12 | -d - TODO |
||
13 | -e - encloses the line in line separators. |
||
14 | -f - apply flash options |
||
15 | -g - prevents the echo from being logged |
||
16 | -h - TODO |
||
17 | -iN - TODO |
||
18 | -l - apply highlight options |
||
19 | -m - this echo should be threated as a normal message |
||
20 | -n - prevents the echo from highlighting the window sidebar/channelbar icon |
||
21 | -q - don't print if called from a alias using the . prefix |
||
22 | -r - apply strip colors/bold/italic/underline options |
||
23 | -s - prints to the status/server window associated with current window |
||
24 | -t - apply time prefix options |
||
25 | |||
26 | *Parameters* |
||
27 | |||
28 | [color] - A numeric color value to use as line color (0 to 37). |
||
29 | [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. |
||
30 | [window] - The target window. |
||
31 | <text> - The text to print. |
||
32 | |||
33 | *Example* |
||
34 | |||
35 | <pre> |
||
36 | /echo -a Hello World! |
||
37 | </pre> |