2017-11-27 09:26:48 +13:00
|
|
|
# irssi
|
|
|
|
|
2017-11-27 18:35:54 +13:00
|
|
|
> Text based IRC client.
|
2019-06-05 09:05:52 +01:00
|
|
|
> More information: <https://irssi.org>.
|
2017-11-27 09:26:48 +13:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Open Irssi and connect to a server with a nickname:
|
2017-11-27 09:26:48 +13:00
|
|
|
|
2019-05-13 10:33:05 -03:00
|
|
|
`irssi -n {{nickname}} -c {{irc.example.com}}`
|
2017-11-27 09:26:48 +13:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Open Irssi and connect with a specific server on a given port:
|
2017-11-27 09:26:48 +13:00
|
|
|
|
2019-05-13 10:33:05 -03:00
|
|
|
`irssi -c {{irc.example.com}} -p {{port}}`
|
2017-11-27 09:26:48 +13:00
|
|
|
|
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`
|