ailin-nemui-irssi/_sources/documentation/help/cat_Core Commands.md.txt
2022-01-09 12:02:18 +01:00

39 lines
1.4 KiB
Plaintext

# 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
:::