irssi: add page

coverage
Andrew Amesbury 2017-11-27 09:26:48 +13:00
parent d6e9cf0092
commit 179ee5aa94
1 changed files with 27 additions and 0 deletions

27
pages/common/irssi.md Normal file
View File

@ -0,0 +1,27 @@
# irssi
> Text based IRC client since 1999. See also: https://irssi.org
- 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}}`
- View the help
`irssi --help`
- Join a channel
`/join {{#channelname}}`
- Change active window with /win <n>
`/win {{window_number}}`
- Exit the application cleanly and quitting any server(s)
`/quit`