irssi: fix missed colons

coverage
Andrew Amesbury 2017-11-27 09:32:01 +13:00
parent 179ee5aa94
commit 8defdf8cf0
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# irssi # 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: - Open irssi and connect to a server with a nickname:
@ -10,18 +10,18 @@
`irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}` `irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}`
- View the help - View the help:
`irssi --help` `irssi --help`
- Join a channel - Join a channel:
`/join {{#channelname}}` `/join {{#channelname}}`
- Change active window with /win <n> - Change active window (starts at 1):
`/win {{window_number}}` `/win {{window_number}}`
- Exit the application cleanly and quitting any server(s) - Exit the application cleanly and quitting any server(s):
`/quit` `/quit`