Difference between revisions of "IRC"

From TheReincarnation
Jump to: navigation, search
m (Installing and setting up IRC chatsoftware)
(IRC networks used by TR players)
 
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
=Internet Relay Chat (IRC)=
 
=Internet Relay Chat (IRC)=
  
IRC stands for Internet Relay Chat. It allows to communicate over networks of servers. People connect to the network as 'clients' using a program on their PC. People who own servers can run IRC serverprograms and setup networks where any person can connect to.
+
IRC stands for Internet Relay Chat. It allows to communicate over networks of servers. People connect to the network as 'clients' using a program on their PC. People who own servers can run IRC serverprograms and setup networks where any person can connect to. TR staff has become that kind of people.
  
==Some very basic things to know==
+
=IRC networks used by TR players=
 +
By the TR's player community, two IRC networks are traditionally used:
 +
* since 2012: The Reincarnation IRC, or simply TR IRC, is today the chat network used by most of the community.
 +
:: Server: [irc://irc.the-reincarnation.com:6667 irc.the-reincarnation.com], Port: 6667 (or 8080) |  [[IRC mIRC|Connection setup help]]
 +
:: Main channel for TR players: <nowiki>#reincarnation</nowiki>
 +
:: Support channel for TRirc: <nowiki>#help</nowiki>
 +
::[[TRircHowTo]]
 +
 
 +
* since 1997: GalaxyNet [http://www.galaxynet.org] IRC service, was the old main network, but is now largely abandoned and dysfunctional.
 +
:: Server: [irc://irc.galaxynet.org irc.galaxynet.org] and many others | [[IRC Guide for Archmages|Connection setup help]]
 +
:: ''NB: It often works better specifying a particular server address, such as [irc://exodus.us.galaxynet.org exodus.us.galaxynet.org] or [irc://singapore.sg.galaxynet.org singapore.sg.galaxynet.org].''
 +
:: Main channel for TR players: <nowiki>#reincarnation</nowiki>
 +
:: Apprentice Academy (official training guild) channel: <nowiki>#appa</nowiki>
 +
 
 +
 
 +
[[Guides#GalaxyNet and TR IRC|Guides for setting up and using IRC clients]]
 +
 
 +
=TR IRC Policy=
 +
[http://www.the-reincarnation.com/viewtopic.php?f=4&t=29686 IRC Policy]
 +
 
 +
=Some very basic things to know about IRC=
 
* names of connected people are known as ''nicks''
 
* names of connected people are known as ''nicks''
:: you usually register your nick once you join a chat server the first time
+
:: Typically you want to reserve a permanent name for yourself by registering the nick you are using. So that others may identify who your are from the other users around. Usually nick registration is done through Nickserv. Type the command "/msg nickserv help"
:: you usually identify your self using a password every day you connect to the chat server
 
 
* chatrooms / chatboxes etc. are called ''channels'' on IRC, and have a <nowiki>#</nowiki> in front of their <nowiki>#name</nowiki>.  
 
* chatrooms / chatboxes etc. are called ''channels'' on IRC, and have a <nowiki>#</nowiki> in front of their <nowiki>#name</nowiki>.  
* channel moderators are called ''ops' or ''opers'', and have an @ in front of their name.
+
* channel moderators are called ops/chanops/ChOps , and have an @ prefix on their nicks; or "~" and "&".
 +
:: The "~", "&" and "%" prefixes are modified ChOp prefixes granting more or less channel access. Basically it means they are still ChOps.
 +
:: The "+" nickname prefix means the user is voiced. This is functionally used for "moderated" channels, mostly is it used to signify preferred users.
 +
:: These are common "Channel User" modes. Take note that channel modes, user modes, and Channel User modes are 3 different things.
 
* some connected nicks are not people but ''bots'', i.e. computer programs. You can give them commands, such as invite me to <nowiki>#mysecretchannel</nowiki>
 
* some connected nicks are not people but ''bots'', i.e. computer programs. You can give them commands, such as invite me to <nowiki>#mysecretchannel</nowiki>
:: some people like programming their own bots, with varying success. Example: ANABOT-SONG ON YOUTUBE
+
:: some people like programming their own bots, with varying success. Example: [http://www.youtube.com/watch?v=RYQUsp-jxDQ This clip on YouTube]
 
* if you type in text and press enter... you have chatted
 
* if you type in text and press enter... you have chatted
 
* if you start a chatline with a /, you are giving a command to the IRC server.
 
* if you start a chatline with a /, you are giving a command to the IRC server.
Line 17: Line 39:
 
* On start up, the regular IRC user lets the program perform a series of commands automatically, such as ''identify me'' and ''join my favorite channels''.
 
* On start up, the regular IRC user lets the program perform a series of commands automatically, such as ''identify me'' and ''join my favorite channels''.
  
=IRC networks used by TR players=
+
=Installing and setting up IRC chatsoftware=
By the TR's player community, two IRC networks are traditionally used
+
* There are several options, but most players use [http://www.mirc.com mIRC].  
* since 1997: GalaxyNet IRC service
+
:: Here is an [http://www.youtube.com/watch?v=aMvquyLVst8 instruction video]
:: Web page: http://www.galaxynet.org
+
:: See the guides [[Guides#GalaxyNet_and_TR_IRC|here]]!
:: Server: irc.galaxynet.org  and many others
 
:: Main channel for TR players: <nowiki>#reincarnation</nowiki>
 
  
* since 2008: The Reincarnation is setting up it's own IRC service.
+
:: Web page: http://www.the-reincarnation.com
+
* '''I use mIRC all the time, I just want to connect to the new server'''
:: Server: www.the-reincarnation.com
+
:: [[IRC mIRC|See this page for that!]]
::: Port: 6697
 
::: Main channel for TR players: <nowiki>#reincarnation</nowiki>
 
  
=Installing and setting up IRC chatsoftware=
 
There are several options, but most players use [http://www.mirc.org mIRC]. See the guides [[Guides#GalaxyNet_and_TR_IRC|here]]!
 
 
==I use mIRC all the time, I just want to connect to the new server==
 
If you would like to create an entry in mIRC server list you can do this by pressing alt+o. This will bring up the server window in mIRC. Click the "add" button and fill in the fields according to the image below.
 
  
[[image:add_server_mirc.jpg]]
+
* '''I used Galaxynet all the time, I need to know some commands for TR's server'''
 +
:: [[IRC_NickCommands | Nick commands]] for creating a nick and authenticating it<br>
 +
:: [[IRC_ChanCommands | Channel commands]] for creating a channel and maintaining it
  
==I used Galaxynet all the time, I need to know some commands for TR's server==
 
  
[[IRC_NickCommands | Nick commands]] for creating a nick and authenticating it<br>
+
* '''I kinda dont want to download anything though'''
[[IRC_ChanCommands | Channel commands]] for creating a channel and maintaining it
+
:: [http://www.mibbit.com/ Mibbit]
 +
:: [http://pinky.ratman.org/cgi-bin/cgiirc/irc.cgi/ Pinky.Ratman]
 +
:: [http://www.axenhammer.com/cgi-bin/cgiirc/irc.cgi/ Axehammer]
 +
:: [http://fenrir.stelth2000inc.com/cgi-bin/irc.cgi/ Fenrir]
 +
:: [http://www.irc.rovno.ua/cgi-bin/cgiirc/irc.cgi/ Rovno]
 +
:: [http://www.chatden.net/cgi-bin/irc.cgi/ Chatden]
 +
:: [http://www.octavia-forum.de/cgi-bin/irc.cgi?/ Octavia]
 +
:: [http://91.121.76.77/cgi-bin/cgi-irc/irc.cgi/ 91.121.76.77]
 +
:: [http://mauled-in-motion.co.uk/cgi-bin/irc/irc.cgi/ Mauled]
 +
[[Category:guides]]

Latest revision as of 08:34, 27 September 2013

Internet Relay Chat (IRC)

IRC stands for Internet Relay Chat. It allows to communicate over networks of servers. People connect to the network as 'clients' using a program on their PC. People who own servers can run IRC serverprograms and setup networks where any person can connect to. TR staff has become that kind of people.

IRC networks used by TR players

By the TR's player community, two IRC networks are traditionally used:

  • since 2012: The Reincarnation IRC, or simply TR IRC, is today the chat network used by most of the community.
Server: irc.the-reincarnation.com, Port: 6667 (or 8080) | Connection setup help
Main channel for TR players: #reincarnation
Support channel for TRirc: #help
TRircHowTo
  • since 1997: GalaxyNet [1] IRC service, was the old main network, but is now largely abandoned and dysfunctional.
Server: irc.galaxynet.org and many others | Connection setup help
NB: It often works better specifying a particular server address, such as exodus.us.galaxynet.org or singapore.sg.galaxynet.org.
Main channel for TR players: #reincarnation
Apprentice Academy (official training guild) channel: #appa


Guides for setting up and using IRC clients

TR IRC Policy

IRC Policy

Some very basic things to know about IRC

  • names of connected people are known as nicks
Typically you want to reserve a permanent name for yourself by registering the nick you are using. So that others may identify who your are from the other users around. Usually nick registration is done through Nickserv. Type the command "/msg nickserv help"
  • chatrooms / chatboxes etc. are called channels on IRC, and have a # in front of their #name.
  • channel moderators are called ops/chanops/ChOps , and have an @ prefix on their nicks; or "~" and "&".
The "~", "&" and "%" prefixes are modified ChOp prefixes granting more or less channel access. Basically it means they are still ChOps.
The "+" nickname prefix means the user is voiced. This is functionally used for "moderated" channels, mostly is it used to signify preferred users.
These are common "Channel User" modes. Take note that channel modes, user modes, and Channel User modes are 3 different things.
  • some connected nicks are not people but bots, i.e. computer programs. You can give them commands, such as invite me to #mysecretchannel
some people like programming their own bots, with varying success. Example: This clip on YouTube
  • if you type in text and press enter... you have chatted
  • if you start a chatline with a /, you are giving a command to the IRC server.
if the command makes sense and you have the right access levels, it works.
otherwise the IRC server will echo back that it did not understand you and points you to help
  • On start up, the regular IRC user lets the program perform a series of commands automatically, such as identify me and join my favorite channels.

Installing and setting up IRC chatsoftware

  • There are several options, but most players use mIRC.
Here is an instruction video
See the guides here!


  • I use mIRC all the time, I just want to connect to the new server
See this page for that!


  • I used Galaxynet all the time, I need to know some commands for TR's server
Nick commands for creating a nick and authenticating it
Channel commands for creating a channel and maintaining it


  • I kinda dont want to download anything though
Mibbit
Pinky.Ratman
Axehammer
Fenrir
Rovno
Chatden
Octavia
91.121.76.77
Mauled