From 8defdf8cf08381569b16f9d3b598bdf45b019ab1 Mon Sep 17 00:00:00 2001 From: Andrew Amesbury Date: Mon, 27 Nov 2017 09:32:01 +1300 Subject: [PATCH] irssi: fix missed colons --- pages/common/irssi.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/irssi.md b/pages/common/irssi.md index 1de3147ba..a21ec2201 100644 --- a/pages/common/irssi.md +++ b/pages/common/irssi.md @@ -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 +- 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`