Old:IRC: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
(Added info on UniIRCBot, rules are next)
m (BobS moved page IRC to Old:IRC without leaving a redirect: Five years out-of-date.)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Join us at our IRC channel. <br />
Join us at our IRC channels (main channels are the ones with [http://www.mirc.com/mirclink.html chat links]). <br />
'''Attention:''' ''Visiting our IRC channel is mandatory for <u>beta testers</u>''
'''IRC Server''': irc.freenode.net <br />
'''Help & Support IRC Channel''': [irc://irc.freenode.net/uniserver #uniserver] or #uniformserver <br />
'''Development IRC Channel''': [irc://irc.freenode.net/unidev #unidev] or #unibeta
<!--
<br />
'''Attention <u>Beta Testers</u>:'''
# ''You should register with Freenode and UniIRCBot, so that we can get an auto voice in the Beta IRC Channel.''
# ''When registering with UniIRCBot, please make sure to use your Forum Username so we can identify you.''
# ''When registering with Freenode, please set your IRC Nickname in the My Control Center of the Forum so we can link you with it.''
-->
 
__TOC__
 
=== On IRC ===
==== What is IRC? ====
According to [[wikipedia:Internet_Relay_Chat|Wikipedia]], IRC is a form of instant communication (instant messaging) over the Internet. It is mainly designed for group (many-to-many) communication (unlike most of the other instant messaging services which only allow one-to-one communication) in discussion forums called channels, but also allows one-to-one communication.
 
==== What do we use IRC for? ====
Our "Help & Support" IRC Channel is mainly used for providing real time support, which is almost impossible with the forum (in other words, if you need a problem solved quickly (which is what most people want), you should be asking on the IRC channel and '''not''' the forum).
 
On the other hand, our "Development" IRC Channel is used for discussing the development of Uniform Server (which explains why it is only full when we have our LiveSession).


'''IRC Server''': irc.freenode.net
<br />
'''IRC Channel''': #uniserver


You need an IRC client like:
=== Connecting to IRC ===
* [http://www.mirc.com mIRC] (Win32 only)
==== Choosing an IRC Client ====
* [http://www.xchat.org XChat] (Multiplatform)
You will need an IRC client like:
* [http://www.mirc.com/ mIRC] (Win32 only, now with Unicode in v6.17)
* [http://www.xchat.org/ XChat] (Multiplatform, the [http://www.xchat.org/windows/ official Win32 build] is no longer free, however [http://www.silverex.info/ SilvereX's] and [http://www.zerostress.org/dls/ Zerostress's] builds still are)
* [http://www.hacksrus.com/~ginda/chatzilla/ ChatZilla] (for those who have Firefox or Mozilla or Netscape)
* [http://www.hacksrus.com/~ginda/chatzilla/ ChatZilla] (for those who have Firefox or Mozilla or Netscape)
* [http://members.chello.se/matrix/ Miranda IRC Plugin] (for those who love Miranda IM)
* [http://members.chello.se/matrix/ Miranda IRC Plugin] (for those who love Miranda IM)
Well, those are the 4 main IRC clients we have seen on our channel :)
* [http://bersirc.free2code.net/ Bersirc] (Multiplatform again, last release was in 2005)
* [http://www.hydrairc.com/ HydraIRC] (Win32 only)
* [http://www.klient.com/ Klient] (Win32 only, shareware)
* [http://irssi.org/ irssi] (for those who prefer the command line, Win32 version now available)
* [http://www.mibbit.com/ Mibbit] (AJAX IRC Client)
<!-- Well, those are the 4 main IRC clients we have seen on our channel :) -->
You can find more IRC clients [http://www.ircreviews.org/clients/ here].
You can find more IRC clients [http://www.ircreviews.org/clients/ here].


For a web based IRC client, [http://forum.uniformserver.com/index.php?act=chat click here]
<!-- For a web based IRC client, [http://forum.uniformserver.com/index.php?act=chat click here] -->
 
 
==== Registering with Freenode (the IRC Server which our IRC Channels are on) ====
We recommend that you register your nickname with Freenode, this makes sure that you'll be able to use the same nickname every time you connect. This also makes it easier for us to know who you are.
 
First, check if your nickname is already registered by someone else:
<pre><nowiki>
/ns info <nickname>
</nowiki></pre>
 
But you can also use:
<pre><nowiki>
/msg NickServ info <nickname>
</nowiki></pre>
 
If you get a notice saying: <pre>The nickname [<nickname>] is not registered</pre> Then you may proceed with the next step to register your nickname. If you get anything else but that notice, then the nickname you're currently trying to register is already taken by someone else. You may still use that nickname, if you're only staying for a while; but if you want to register a nickname you must find a new nickname and repeat the steps above until you find one that isn't registered, then you may proceed to the step below.


Our channel's IRC bot is called UniIRCBot. You are encouraged to register with it (also remember to identify to it when you join, if it doesn't recognize you by your hostmask). This should make it easier for us to contact you (on IRC) and also serves as evidence that you've visited the channel (for the beta testers)..
<!-- /* I'm undecided about posting such a complicated piece of instruction here */ -->
<!-- ''Note: If you still want that nickname that is already registered by someone else, look at the info notice again, find the line which gives you the <u>Last Seen</u> information. You will be able to see it if the current owner of the nickname you want has not chosen to hide it. According to [http://freenode.net/faq.shtml#nicksetup Freenode's FAQ], if the <u>Last Seen</u> time is at least 60 days, you may ask a [http://freenode.net/faq.shtml#helpfromstaff Freenode staff] to drop it for you so you can register it.'' -->
 
Registering your nickname with Freenode is easy and simple. We recommend (for safety reasons):
<pre><nowiki>
/ns register <password>
</nowiki></pre>
 
But you can also use:
<pre><nowiki>
/msg NickServ register <password>
</nowiki></pre>
 
To identify yourself on your next login to the IRC Server, we recommend (for safety reasons):
<pre><nowiki>
/ns identify <password>
</nowiki></pre>
 
But you can also use:
<pre><nowiki>
/msg NickServ identify <password>
</nowiki></pre>
 
If you need any further assistance on registering your nickname, you can always ask us in our IRC Channel.
 
 
<!--
==== Registering with UniIRCBot ====
Our channel's IRC bot is called UniIRCBot. You are encouraged to register with it (also remember to identify to it when you join, if it doesn't recognize you by your hostmask). Please note that the Bot does not have 24/7 uptime, and may be down sometimes.


Here are the commands:
Here are the commands:
Line 34: Line 102:
<pre>
<pre>
(MrX) @help register
(MrX) @help register
(UniIRCBot) MrX: ('''register <name> <password>''') -- Registers <name>  
(UniIRCBot) MrX: (register <name> <password>) -- Registers <name>  
with the given password <password> and the current hostmask of the  
with the given password <password> and the current hostmask of the  
person registering. You shouldn't register twice; if you're not  
person registering. You shouldn't register twice; if you're not  
recognized as a user but you've already registered, use the addhostmask  
recognized as a user but you've already registered, use the addhostmask  
command to add another hostmask to your already-registered user, or use  
command to add another hostmask to your already-registered user, or use  
the identify command to identify just for a session. This '''(1 more  
the identify command to identify just for a session. This (1 more  
message)'''
message)
(MrX) @more
(MrX) @more
(UniIRCBot) MrX: command (and all other commands that include a  
(UniIRCBot) MrX: command (and all other commands that include a  
Line 48: Line 116:
<pre>
<pre>
(MrX) @help identify
(MrX) @help identify
(UniIRCBot) MrX: ('''identify <name> <password>''') -- Identifies the  
(UniIRCBot) MrX: (identify <name> <password>) -- Identifies the  
user as <name>. This command (and all other commands that include a  
user as <name>. This command (and all other commands that include a  
password) must be sent to the bot privately, not in a channel.
password) must be sent to the bot privately, not in a channel.
Line 54: Line 122:


After registration, you'll be able to use commands like @Note and others..
After registration, you'll be able to use commands like @Note and others..
-->
=== Our Channel Rules ===
# <u>Cursing</u> <br /> You are free to do whatever you want, but please keep the cursing to a minimum or you will be kicked!
<!-- # <u>Bot Tampering</u> <br /> Do not mess with the bot or you will be kicked! -->
# <u>Bot Running</u> <br /> Do not run any kind of bots in this channel without permission from a op or a manager!
# <u>Stupid Questions</u> <br /> Please do not ask stupid questions that are bound to annoy others (for example, don't ask if you can ask a question)


[[Category: Development]]
[[Category: Development]]
[[Category: Support]]
[[Category: Support]]

Latest revision as of 16:32, 21 June 2013

Join us at our IRC channels (main channels are the ones with chat links).
IRC Server: irc.freenode.net
Help & Support IRC Channel: #uniserver or #uniformserver
Development IRC Channel: #unidev or #unibeta

On IRC

What is IRC?

According to Wikipedia, IRC is a form of instant communication (instant messaging) over the Internet. It is mainly designed for group (many-to-many) communication (unlike most of the other instant messaging services which only allow one-to-one communication) in discussion forums called channels, but also allows one-to-one communication.

What do we use IRC for?

Our "Help & Support" IRC Channel is mainly used for providing real time support, which is almost impossible with the forum (in other words, if you need a problem solved quickly (which is what most people want), you should be asking on the IRC channel and not the forum).

On the other hand, our "Development" IRC Channel is used for discussing the development of Uniform Server (which explains why it is only full when we have our LiveSession).


Connecting to IRC

Choosing an IRC Client

You will need an IRC client like:

You can find more IRC clients here.


Registering with Freenode (the IRC Server which our IRC Channels are on)

We recommend that you register your nickname with Freenode, this makes sure that you'll be able to use the same nickname every time you connect. This also makes it easier for us to know who you are.

First, check if your nickname is already registered by someone else:

/ns info <nickname>

But you can also use:

/msg NickServ info <nickname>

If you get a notice saying:

The nickname [<nickname>] is not registered

Then you may proceed with the next step to register your nickname. If you get anything else but that notice, then the nickname you're currently trying to register is already taken by someone else. You may still use that nickname, if you're only staying for a while; but if you want to register a nickname you must find a new nickname and repeat the steps above until you find one that isn't registered, then you may proceed to the step below.


Registering your nickname with Freenode is easy and simple. We recommend (for safety reasons):

/ns register <password>

But you can also use:

/msg NickServ register <password>

To identify yourself on your next login to the IRC Server, we recommend (for safety reasons):

/ns identify <password>

But you can also use:

/msg NickServ identify <password>

If you need any further assistance on registering your nickname, you can always ask us in our IRC Channel.


Our Channel Rules

  1. Cursing
    You are free to do whatever you want, but please keep the cursing to a minimum or you will be kicked!
  2. Bot Running
    Do not run any kind of bots in this channel without permission from a op or a manager!
  3. Stupid Questions
    Please do not ask stupid questions that are bound to annoy others (for example, don't ask if you can ask a question)