Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irssi guide #5

Merged
merged 2 commits into from
Jan 12, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions guides/irssi/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## irssi 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 ```<username>_<irc network name>``` 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 <your IRCRelay password>```

### 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 <IRCRelay>:<your IRCRelay password>```

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.