mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

This change standardizes URL examples in tldr-pages to use the canonical example.com domain. Pages changed: `dig`, `drill`, `irssi`, `salt`, and `socat`.
27 lines
460 B
Markdown
27 lines
460 B
Markdown
# irssi
|
|
|
|
> Text based IRC client.
|
|
|
|
- Open irssi and connect to a server with a nickname:
|
|
|
|
`irssi -n {{nickname}} -c {{irc.example.com}}`
|
|
|
|
- Open irssi and connect with a specific server on a given port:
|
|
|
|
`irssi -c {{irc.example.com}} -p {{port}}`
|
|
|
|
- View the help:
|
|
|
|
`irssi --help`
|
|
|
|
- Join a channel:
|
|
|
|
`/join {{#channelname}}`
|
|
|
|
- Change active window (starts at 1):
|
|
|
|
`/win {{window_number}}`
|
|
|
|
- Exit the application cleanly and quitting any server(s):
|
|
|
|
`/quit`
|