ailin-nemui-irssi/_sources/documentation/help/cat_Core Commands.md.txt
2022-04-25 19:34:35 +02:00

42 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.

:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
:::
# Core Commands
<!-- 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 -->
| | |
| --- | --- |
| [channel](./channel) | Adds, removes or displays the configuration of channels; this method is used to automate and simplify your workflow. ... |
| [connect](./connect) | Opens a new connection to the specified network or server; existing connections are kept. |
| [cycle](./cycle) | Leaves and rejoins a channel. |
| [disconnect](./disconnect) | Disconnects from an IRC server; the list of all the servers you are connected to can be retrieved via the SERVER command. ... |
| [join](./join) | Joins the given channels. |
| [msg](./msg) | Sends a message to a nickname or channel. |
| [names](./names) | Displays the users who are in a channel; you can provide multiple channels by separating them with a comma. |
| [query](./query) | Starts a private conversation with a nickname. |
| [quit](./quit) | Terminates the application and advertises the given message on all the networks you are connected to. |
| [server](./server) | Displays, adds, modifies or removes the network configuration of IRC servers. ... |
| [unquery](./unquery) | Closes a query window for a nickname. |
:::{toctree}
:maxdepth: 1
:hidden:
channel
cycle
join
msg
names
query
unquery
:::