1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/irssi.md

28 lines
542 B
Markdown
Raw Normal View History

2017-11-27 09:26:48 +13:00
# irssi
2017-11-27 09:32:01 +13:00
> Text based IRC client since 1999. See also: https://irssi.org for full documentation.
2017-11-27 09:26:48 +13:00
- Open irssi and connect to a server with a nickname:
`irssi -n {{nickname}} -c {{server.name.com}}`
- Open irssi and connect with a specific nickname, server and port:
`irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}`
2017-11-27 09:32:01 +13:00
- View the help:
2017-11-27 09:26:48 +13:00
`irssi --help`
2017-11-27 09:32:01 +13:00
- Join a channel:
2017-11-27 09:26:48 +13:00
`/join {{#channelname}}`
2017-11-27 09:32:01 +13:00
- Change active window (starts at 1):
2017-11-27 09:26:48 +13:00
`/win {{window_number}}`
2017-11-27 09:32:01 +13:00
- Exit the application cleanly and quitting any server(s):
2017-11-27 09:26:48 +13:00
`/quit`