Syntax documentation rewrite for E-commands

Rewrote the syntax documentation for commands starting with the letter
E.
This commit is contained in:
Geert Hauwaerts 2014-07-03 21:42:37 +02:00
commit f295a02cda
3 changed files with 87 additions and 40 deletions

View file

@ -1,5 +1,25 @@
%9Syntax:%9
@SYNTAX:echo@
Prints text into the current window. Useful for scripts.
%9Parameters:%9
-current: Displays the output in the active window.
-window: Displays the ouput in the target window.
-level: Displays the output with a given message level.
The text ouput; if no target is given, the active window will be used.
%9Description:%9
Displays the given text.
%9Examples:%9
/ECHO 1 + 1 = 2 :D
/ECHO -current Testing the ECHO command
/ECHO -window #irssi Special variables such as ${N} will not be expanded.
%9See also:%9 CAT, EVAL, EXEC, LEVELS