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

29 lines
501 B
Markdown
Raw Normal View History

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
- Open Irssi and connect to a server with a nickname:
2017-11-27 09:26:48 +13:00
`irssi -n {{nickname}} -c {{irc.example.com}}`
2017-11-27 09:26:48 +13:00
- Open Irssi and connect with a specific server on a given port:
2017-11-27 09:26:48 +13: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`