:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# echo
## Syntax ##
## Parameters ##
| | |
| --- | --- |
| `-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. |
The text output; if no target is given, the active window will be used.
## Description ##
Displays the given text.
## Examples ##
/ECHO 1 + 1 = 2 :D
/ECHO -current Testing the ECHO command
/ECHO -window #irssi Special variables such as ${N} will not be expanded.
## See also ##
[CAT](/documentation/help/1.0/cat), [EVAL](/documentation/help/1.0/eval), [EXEC](/documentation/help/1.0/exec), [LEVELS](/documentation/help/1.0/levels)