From 658be3adffc21cfd21cbbe570088b0c99a45575f Mon Sep 17 00:00:00 2001 From: booyaa Date: Sat, 12 Jan 2013 17:10:48 +0000 Subject: [PATCH 1/2] added irssi guide --- guides/irssi/guide.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 guides/irssi/guide.md diff --git a/guides/irssi/guide.md b/guides/irssi/guide.md new file mode 100644 index 0000000..2bd07c2 --- /dev/null +++ b/guides/irssi/guide.md @@ -0,0 +1,28 @@ +## Textual IRCRelay Set-up Guide + +### Get the Client + +First, you'll need do download and install [irssi](http://www.irssi.org/). + +### Adding the Server + +We'll assume that you're setting up a connection to freenode and have used the standard convention of ```_``` e.g. ```pearkes_freenode```. + +```/SERVER ADD -auto -ssl -ssl_verify -network IRCRelay irc.ircrelay.com 6697``` +```/NETWORK ADD -user pearkes_freenode IRCRelay``` + +If you don't mind your IRCRelay password being available in clear text, you could amend the ```/SERVER``` command to include your password as so. + +```/SERVER ADD -auto -ssl -ssl_verify -network IRCRelay irc.ircrelay.com 6697 ``` + +### Connect + +To start your connection to IRCRelay just use ```/CONNECT IRCRelay```. + +If you didn't specify your irc password, you'll be prompted to provide on the initial connection and can use the following command: ```/QUOTE PASS ``` + +Incidentally when you next start up irssi, you'll automatically connect to IRCRelay. + +### Support + +If you're having trouble, please visit the [support](https://www.ircrelay.com/support) page. From 5c5923eb2f5653c34c98d8e985e627eeb8d271b9 Mon Sep 17 00:00:00 2001 From: booyaa Date: Sat, 12 Jan 2013 17:30:35 +0000 Subject: [PATCH 2/2] fixed typos --- guides/irssi/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/irssi/guide.md b/guides/irssi/guide.md index 2bd07c2..86d4672 100644 --- a/guides/irssi/guide.md +++ b/guides/irssi/guide.md @@ -1,4 +1,4 @@ -## Textual IRCRelay Set-up Guide +## irssi IRCRelay Set-up Guide ### Get the Client @@ -19,7 +19,7 @@ If you don't mind your IRCRelay password being available in clear text, you coul To start your connection to IRCRelay just use ```/CONNECT IRCRelay```. -If you didn't specify your irc password, you'll be prompted to provide on the initial connection and can use the following command: ```/QUOTE PASS ``` +If you didn't specify your irc password, you'll be prompted to provide on the initial connection and can use the following command: ```/QUOTE PASS :``` Incidentally when you next start up irssi, you'll automatically connect to IRCRelay.