1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 04:15:27 +02:00
tldr/pages/common/irssi.md

28 lines
567 B
Markdown

# irssi
> Text based IRC client.
> More information: <https://irssi.org>.
- Open Irssi and connect to a server with a nickname:
`irssi {{[-n|--nick]}} {{nickname}} {{[-c|--connect]}} {{irc.example.com}}`
- Open Irssi and connect with a specific server on a given port:
`irssi {{[-c|--connect]}} {{irc.example.com}} {{[-p|--port]}} {{port}}`
- Display 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`