mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Remove unused parameter to /ECHO
This commit is contained in:
parent
26d96a7bb2
commit
8479ff7a2e
2 changed files with 3 additions and 4 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
%9Parameters:%9
|
||||
|
||||
-current: Displays the output in the active window.
|
||||
-window: Displays the output in the target window.
|
||||
-level: Displays the output with a given message level.
|
||||
|
||||
|
|
@ -18,7 +17,7 @@
|
|||
%9Examples:%9
|
||||
|
||||
/ECHO 1 + 1 = 2 :D
|
||||
/ECHO -current Testing the ECHO command
|
||||
/ECHO Testing the ECHO command
|
||||
/ECHO -window #irssi Special variables such as ${N} will not be expanded.
|
||||
|
||||
%9See also:%9 CAT, EVAL, EXEC, LEVELS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue