mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
irssi: revisions as requested
This commit is contained in:
parent
8defdf8cf0
commit
3db3b578f7
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# irssi
|
# irssi
|
||||||
|
|
||||||
> Text based IRC client since 1999. See also: https://irssi.org for full documentation.
|
> Text based IRC client.
|
||||||
|
|
||||||
- Open irssi and connect to a server with a nickname:
|
- Open irssi and connect to a server with a nickname:
|
||||||
|
|
||||||
`irssi -n {{nickname}} -c {{server.name.com}}`
|
`irssi -n {{nickname}} -c {{server.name.com}}`
|
||||||
|
|
||||||
- Open irssi and connect with a specific nickname, server and port:
|
- Open irssi and connect with a specific server on a given port:
|
||||||
|
|
||||||
`irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}`
|
`irssi -c {{server.name.com}} -p {{port}}`
|
||||||
|
|
||||||
- View the help:
|
- View the help:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue