From 179ee5aa94b47b39dc7028e7b2d6c12b6a6c1b9d Mon Sep 17 00:00:00 2001 From: Andrew Amesbury Date: Mon, 27 Nov 2017 09:26:48 +1300 Subject: [PATCH 1/3] irssi: add page --- pages/common/irssi.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/common/irssi.md diff --git a/pages/common/irssi.md b/pages/common/irssi.md new file mode 100644 index 0000000000..1de3147bad --- /dev/null +++ b/pages/common/irssi.md @@ -0,0 +1,27 @@ +# irssi + +> Text based IRC client since 1999. See also: https://irssi.org + +- Open irssi and connect to a server with a nickname: + +`irssi -n {{nickname}} -c {{server.name.com}}` + +- Open irssi and connect with a specific nickname, server and port: + +`irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}` + +- View the help + +`irssi --help` + +- Join a channel + +`/join {{#channelname}}` + +- Change active window with /win + +`/win {{window_number}}` + +- Exit the application cleanly and quitting any server(s) + +`/quit` From 8defdf8cf08381569b16f9d3b598bdf45b019ab1 Mon Sep 17 00:00:00 2001 From: Andrew Amesbury Date: Mon, 27 Nov 2017 09:32:01 +1300 Subject: [PATCH 2/3] 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 1de3147bad..a21ec22018 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` From 3db3b578f74aeaa6960fe0b7ec82b7cb1e1221cc Mon Sep 17 00:00:00 2001 From: Andrew Amesbury Date: Mon, 27 Nov 2017 18:35:54 +1300 Subject: [PATCH 3/3] irssi: revisions as requested --- pages/common/irssi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/irssi.md b/pages/common/irssi.md index a21ec22018..cdea60bc76 100644 --- a/pages/common/irssi.md +++ b/pages/common/irssi.md @@ -1,14 +1,14 @@ # 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: `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: