forked from vanruby/vanruby.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathirc_guide.html
More file actions
41 lines (40 loc) · 2.2 KB
/
irc_guide.html
File metadata and controls
41 lines (40 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: layout
title: "Beginner's Guide to IRC"
permalink: /irc_guide.html
---
<div class="container" style="margin-top: 50px; margin-bottom: 50px;">
<div class="row">
<div class="span12">
<h4>Beginner's Guide to IRC</h4>
<ol>
<li>
<p>Choose an IRC client from the list on <a href="https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients">Wikipedia</a>.</p>
<p>With most clients, you will be disconnected from IRC when your computer sleeps or when you exit the client. You can use a paid service like <a href="https://www.irccloud.com">IRCCloud</a> to stay connected 24/7. The IRCCloud free tier keeps your connection alive for 2 hours, logging all chat history during this time. This is useful in case someone answers your questions while you are away. You will also receive notifications on your phone if you install the iOS or Android apps.</p>
</li>
<li>
<p>Open your client and go through configuration. You should only need to set a nickname for now.</p>
</li>
<li>
<p>
Before you can start chatting in the #vanruby IRC channel, you need to connect to a network. <a href="http://freenode.net/">Freenode</a> is where you will find #vanruby, #rubyonrails, and #ruby-lang.
</p>
<p>
The textfield at the bottom of your client is where you will send messages and IRC commands. <code>/help</code> lists available commands.
</p>
<p>
<code>/connect freenode</code> is the command to join the Freenode network.
</p>
</li>
<li>
<p>
Once connected to Freenode, send <code>/join #vanruby</code> and start chatting with local Ruby programmers! You should see a list of members in the sidebar once you are in the channel.
</p>
</li>
<li>
<p>
If no one responds to you, they are not ignoring you. They are just busy :) . Also try #rubyonrails and #ruby-lang if you need help. Make sure you read and follow the channel rules linked in the channel header (Note: to chat in #rubyonrails, you need to <a href="https://freenode.net/faq.shtml#registering">register</a> your nickname).
</ol>
</div>
</div>
</div>