Difference between revisions of "IRC"

From #openttdcoop wiki

Jump to: navigation, search
(mirc is well known, no need to mention it here, enough alternatives.)
m (Fixed link to IRC Highlighting after merge)
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
IRC (Internet Relay Chat) is used to improve the communication between all players and friends of #openttdcoop.
 
IRC (Internet Relay Chat) is used to improve the communication between all players and friends of #openttdcoop.
  
Line 8: Line 9:
 
* http://konversation.kde.org/ (Linux, KDE)
 
* http://konversation.kde.org/ (Linux, KDE)
 
* http://www.xchat.org/ (Many OS'es)
 
* http://www.xchat.org/ (Many OS'es)
* http://bersirc.free2code.net/index.php/home (Microsoft Windows Only)
+
* http://www.bersirc.org (Microsoft Windows Only)
* http://www.hydrairc.com/ (no UTF-8 support, Microsoft Windows Only)
+
 
* http://colloquy.info/ (Mac OS X)
 
* http://colloquy.info/ (Mac OS X)
 
* http://irssi.org/ (Linux, other UNIX)
 
* http://irssi.org/ (Linux, other UNIX)
 +
* http://www.weechat.org/ (Unix-like)
 +
* [[Wikipedia:Comparison of Internet Relay Chat clients]]
  
  
If you installed the client, connect to the OFTC IRC network. For further details and FAQ see http://www.oftc.net/ .
+
If you installed the client, connect to the OFTC IRC network at '''irc.oftc.net'''. For further details and FAQ see http://www.oftc.net/ .<br />
 +
Alternatively you can also use our [http://irc.openttdcoop.org/?channels=openttdcoop webclient] or other web based IRC clients such as [[Wikipedia:Mibbit]] if you do not want to install anything.
  
To join our channel, simply type: ''/join #openttdcoop'', or join via irc://irc.oftc.net/openttdcoop .  Be sure to have [[IRC_Highlighting]] enabled.
+
To join our channel, simply type: '''''/join #openttdcoop''''', or join by clicking irc://irc.oftc.net/openttdcoop .  Be sure to have [[IRC#IRC_Highlighting|IRC Highlighting]] enabled.
  
==Webbased IRC client==
 
'''http://www.openttdcoop.org/irc/''' (powerd by mibbit.com)
 
  
==Helpful commands/settings to make your Nick belonging to you==
+
==IRC Commands - NickServ==
  
First of all, '''register''' it
+
====Register your nick====
 +
Registers a nickname in our database for your use. Registering your nickname ensures it is reserved for your use and cannot be used by others if you do not wish them to use it. It also allows you to associate various pieces of information with your nickname and also to have access to registered channels.
 
<pre>
 
<pre>
 
/msg nickserv register <password> <email>
 
/msg nickserv register <password> <email>
 
</pre>
 
</pre>
  
Link from your old/alternative nicks to the master nick:
+
====Enforce identification====
<pre>
+
''Enforce'' enables or disables nickname enforcement of your account. This means that if someone who is not not on your access list attempts to use your nickname and doesn't identify within a given period their nick will be forcefully changed.
/msg nickserv link <masternick> [<password>] (if it isn't the same)
+
</pre>
+
 
+
if the nick is likely used by others, set enforce on:
+
 
<pre>
 
<pre>
 
/msg nickserv set enforce on
 
/msg nickserv set enforce on
 
</pre>
 
</pre>
  
Your nick might change due reconnect
+
====Reclaim your nickname====
 +
If your nickname is being held by services, as is the case if your nickname has been enforced recently, this command will release the hold and change your nickname to the nickname that you specify. This command will also free up your nickname if another user is using it and will change your current nickname to be your registered nickname if successful.
 
<pre>
 
<pre>
/msg nickserv ghost <masternick> <password>
+
/msg nickserv ghost <nickname> <password>
 
</pre>
 
</pre>
  
or your nick might be occupied by an other user
+
====Link your nickname====
 +
Link this nickname to a master nickname.  This effectively creates an alias for your nickname to the master nickname.
 
<pre>
 
<pre>
/msg nickserv regain <masternick> <password>
+
/msg nickserv link master_nickname [password]
 
</pre>
 
</pre>
  
general help from the services:
+
====General Help====
 +
'''NickServ''' (Nickname services)
 
<pre>
 
<pre>
 
/msg nickserv help
 
/msg nickserv help
 +
</pre>
 +
'''ChanServ''' (Channel Services)
 +
<pre>
 
/msg chanserv help
 
/msg chanserv help
 
</pre>
 
</pre>
 +
 +
 +
==IRC commands specific to #openttdcoop==
 +
See [[IRC Commands]]
 +
 +
 +
==IRC Highlighting==
 +
 +
{{reqscreenshot|A clearer Highlight image}}
 +
IRC Highlighting is one of the most important feature you should have enabled if you use IRC. Since our community coordinates its efforts in our IRC-Channel you should at least notify messages concerning you. Of course, no one will look in the IRC window every second minute and that's why IRC highlighting was invented.
 +
 +
'''What do I have to do?'''
 +
If you are highlighted you should notice that. Imagine a person sitting next to you and you are talking to him many times the same thing and he doesn't notice you. Annoying, isn't it? Be sure to enable a feature that gives you an alert when someone is talking to you. Such features are a very basic component of every IRC-client around. It can either be a sound or a blinking window.
 +
 +
'''How can I highlight someone?'''
 +
Just write the name of the person you want to talk to. You need to write the name ''exactly'', of course. You can do this by ''writing the first letters and press the tabulator-button''.
 +
As an example, there is a guy called "Valhallasw" in our channel. To query him, simply write "va" and press the tabulator-button. His name appears now exactly, letter by letter.
 +
 +
[[Image:Highlight.png|thumb|300px|center|Mucht's Desktop while being highlighted on IRC. This may vary depending on the IRC-client]]
  
 
[[Category:Guides]]
 
[[Category:Guides]]
 
[[Category:IRC]]
 
[[Category:IRC]]

Latest revision as of 06:54, 7 November 2013

IRC (Internet Relay Chat) is used to improve the communication between all players and friends of #openttdcoop.

Channel: #openttdcoop + Server: irc.oftc.net / irc://irc.oftc.net/openttdcoop

If you want to join our community, you will need an IRC client. We therefore recommend one of these clients:


If you installed the client, connect to the OFTC IRC network at irc.oftc.net. For further details and FAQ see http://www.oftc.net/ .
Alternatively you can also use our webclient or other web based IRC clients such as Wikipedia:Mibbit if you do not want to install anything.

To join our channel, simply type: /join #openttdcoop, or join by clicking irc://irc.oftc.net/openttdcoop . Be sure to have IRC Highlighting enabled.


IRC Commands - NickServ

Register your nick

Registers a nickname in our database for your use. Registering your nickname ensures it is reserved for your use and cannot be used by others if you do not wish them to use it. It also allows you to associate various pieces of information with your nickname and also to have access to registered channels.

/msg nickserv register <password> <email>

Enforce identification

Enforce enables or disables nickname enforcement of your account. This means that if someone who is not not on your access list attempts to use your nickname and doesn't identify within a given period their nick will be forcefully changed.

/msg nickserv set enforce on

Reclaim your nickname

If your nickname is being held by services, as is the case if your nickname has been enforced recently, this command will release the hold and change your nickname to the nickname that you specify. This command will also free up your nickname if another user is using it and will change your current nickname to be your registered nickname if successful.

/msg nickserv ghost <nickname> <password>

Link your nickname

Link this nickname to a master nickname. This effectively creates an alias for your nickname to the master nickname.

/msg nickserv link master_nickname [password]

General Help

NickServ (Nickname services)

/msg nickserv help

ChanServ (Channel Services)

/msg chanserv help


IRC commands specific to #openttdcoop

See IRC Commands


IRC Highlighting

IRC Highlighting is one of the most important feature you should have enabled if you use IRC. Since our community coordinates its efforts in our IRC-Channel you should at least notify messages concerning you. Of course, no one will look in the IRC window every second minute and that's why IRC highlighting was invented.

What do I have to do? If you are highlighted you should notice that. Imagine a person sitting next to you and you are talking to him many times the same thing and he doesn't notice you. Annoying, isn't it? Be sure to enable a feature that gives you an alert when someone is talking to you. Such features are a very basic component of every IRC-client around. It can either be a sound or a blinking window.

How can I highlight someone? Just write the name of the person you want to talk to. You need to write the name exactly, of course. You can do this by writing the first letters and press the tabulator-button. As an example, there is a guy called "Valhallasw" in our channel. To query him, simply write "va" and press the tabulator-button. His name appears now exactly, letter by letter.

Mucht's Desktop while being highlighted on IRC. This may vary depending on the IRC-client
Powered by MediaWiki
  • This page was last modified on 7 November 2013, at 06:54.