Project

General

Profile

Echo » History » Version 7

Per Amundsen, 01/12/2015 07:12 AM

1 1 Per Amundsen
_Added in 1.8.10_
2
3 7 Per Amundsen
*/echo [color] [@windowid] [-abcdefghiNlmnqrstu] [color name] [window] <text>*
4 1 Per Amundsen
5
Prints text in the specified window using the specified color (0 to 37).
6
7
*Switches*
8
9 2 Per Amundsen
-a - Prints to the current active window.
10
-b - Apply beep options.
11 3 Per Amundsen
-c - Indicates [color] is a color name.
12 1 Per Amundsen
-d - TODO
13 2 Per Amundsen
-e - Encloses the line in line separators.
14
-f - Apply flash options.
15
-g - Prevents the echo from being logged.
16 1 Per Amundsen
-h - TODO
17 5 Per Amundsen
-iN - Indents the wrapped line by N characters.
18 2 Per Amundsen
-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 1 Per Amundsen
-t - Apply timestamp prefix options.
25 6 Per Amundsen
-u - Disables using first word as prefix for nick column.
26 1 Per Amundsen
27
*Parameters*
28
29
[color] - A numeric color value to use as line color (0 to 37).
30 7 Per Amundsen
[@windowid] - Sets target window to the matching [[$wid]].
31 1 Per Amundsen
[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.
32
[window] - The target window.
33
<text> - The text to print.
34
35
*Example*
36
37
<pre>
38 2 Per Amundsen
;Prints 'Hello World!' to current active window.
39 1 Per Amundsen
/echo -a Hello World!
40
</pre>