mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
irssi: fix missed colons
This commit is contained in:
parent
179ee5aa94
commit
8defdf8cf0
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# irssi
|
||||
|
||||
> Text based IRC client since 1999. See also: https://irssi.org
|
||||
> Text based IRC client since 1999. See also: https://irssi.org for full documentation.
|
||||
|
||||
- Open irssi and connect to a server with a nickname:
|
||||
|
||||
|
@ -10,18 +10,18 @@
|
|||
|
||||
`irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}`
|
||||
|
||||
- View the help
|
||||
- View the help:
|
||||
|
||||
`irssi --help`
|
||||
|
||||
- Join a channel
|
||||
- Join a channel:
|
||||
|
||||
`/join {{#channelname}}`
|
||||
|
||||
- Change active window with /win <n>
|
||||
- Change active window (starts at 1):
|
||||
|
||||
`/win {{window_number}}`
|
||||
|
||||
- Exit the application cleanly and quitting any server(s)
|
||||
- Exit the application cleanly and quitting any server(s):
|
||||
|
||||
`/quit`
|
||||
|
|
Loading…
Add table
Reference in a new issue