2022-04-25 19:34:35 +02:00

46 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# Misc
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
endcomment -->
| | |
| --- | --- |
| [beep](./beep) | Outputs the bell-character, usually causing your terminal to beep. |
| [cat](./cat) | Displays the contents of the specified file into the active window. |
| [cd](./cd) | Changes the current active directory. |
| [echo](./echo) | Displays the given text. |
| [eval](./eval) | Evaluates the given commands and executes them; you can use internal variables and separate multiple commands by using the ';' character. |
| [exec](./exec) | Executes the specified command in the background; the process can be accessed by its id or the name you gave it. ... |
| [help](./help) | Displays the documentation for the given command. |
| [load](./load) | Loads a plugin; if the full path isn't given, it will attempt to load from common directories in your installation path. ... |
| [unload](./unload) | Removes a module from the memory. |
| [uptime](./uptime) | Displays how long Irssi has been running. |
| [version](./version) | Displays the version and compatibility parameters of the given server, or for the server the target nickname is on. |
:::{toctree}
:maxdepth: 1
:hidden:
beep
cat
cd
echo
eval
exec
help
load
unload
uptime
version
:::