tldr/pages/common/irssi.md

29 lines
500 B
Markdown
Raw Normal View History

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