mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
irssi: add page (#1676)
This commit is contained in:
commit
19dbcf7ad9
1 changed files with 27 additions and 0 deletions
27
pages/common/irssi.md
Normal file
27
pages/common/irssi.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# irssi
|
||||||
|
|
||||||
|
> Text based IRC client.
|
||||||
|
|
||||||
|
- Open irssi and connect to a server with a nickname:
|
||||||
|
|
||||||
|
`irssi -n {{nickname}} -c {{server.name.com}}`
|
||||||
|
|
||||||
|
- Open irssi and connect with a specific server on a given port:
|
||||||
|
|
||||||
|
`irssi -c {{server.name.com}} -p {{port}}`
|
||||||
|
|
||||||
|
- View the help:
|
||||||
|
|
||||||
|
`irssi --help`
|
||||||
|
|
||||||
|
- Join a channel:
|
||||||
|
|
||||||
|
`/join {{#channelname}}`
|
||||||
|
|
||||||
|
- Change active window (starts at 1):
|
||||||
|
|
||||||
|
`/win {{window_number}}`
|
||||||
|
|
||||||
|
- Exit the application cleanly and quitting any server(s):
|
||||||
|
|
||||||
|
`/quit`
|
Loading…
Add table
Reference in a new issue