2017-11-26 20:26:48 +00:00
|
|
|
# irssi
|
|
|
|
|
2017-11-27 05:35:54 +00:00
|
|
|
> Text based IRC client.
|
2017-11-26 20:26:48 +00:00
|
|
|
|
|
|
|
- Open irssi and connect to a server with a nickname:
|
|
|
|
|
|
|
|
`irssi -n {{nickname}} -c {{server.name.com}}`
|
|
|
|
|
2017-11-27 05:35:54 +00:00
|
|
|
- Open irssi and connect with a specific server on a given port:
|
2017-11-26 20:26:48 +00:00
|
|
|
|
2017-11-27 05:35:54 +00:00
|
|
|
`irssi -c {{server.name.com}} -p {{port}}`
|
2017-11-26 20:26:48 +00:00
|
|
|
|
2017-11-26 20:32:01 +00:00
|
|
|
- View the help:
|
2017-11-26 20:26:48 +00:00
|
|
|
|
|
|
|
`irssi --help`
|
|
|
|
|
2017-11-26 20:32:01 +00:00
|
|
|
- Join a channel:
|
2017-11-26 20:26:48 +00:00
|
|
|
|
|
|
|
`/join {{#channelname}}`
|
|
|
|
|
2017-11-26 20:32:01 +00:00
|
|
|
- Change active window (starts at 1):
|
2017-11-26 20:26:48 +00:00
|
|
|
|
|
|
|
`/win {{window_number}}`
|
|
|
|
|
2017-11-26 20:32:01 +00:00
|
|
|
- Exit the application cleanly and quitting any server(s):
|
2017-11-26 20:26:48 +00:00
|
|
|
|
|
|
|
`/quit`
|