Difference between revisions of "IRC Channel"

From Armagetron
m (Irc channel moved to IRC Channel)
(Added wikipedia links and more about armabot)
Line 1: Line 1:
We have an irc channel on freenode that gets some traffic.  There's a fair amount of development talk there, but there's plenty more to be had.
+
We have an [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] channel on freenode that gets some traffic.  There's a fair amount of development talk there, but there's plenty more to be had.
  
 
== Joining the IRC Channel ==
 
== Joining the IRC Channel ==
  
Pick your favorite irc client and connect to freenode. You can connect to irc.freenode.net, then join #armagetron using the command "/join armagetron"
+
Pick your favorite [http://en.wikipedia.org/wiki/List_of_IRC_clients IRC client] and connect to freenode. You can connect to the server irc.freenode.net, then join #armagetron using the user interface of your IRC client or the command "/join #armagetron"
  
 
Once there, you'll find plenty to talk about, I'm sure.
 
Once there, you'll find plenty to talk about, I'm sure.
Line 11: Line 11:
 
There's a bot there that gives some additional features.  For a list of stuff, type:
 
There's a bot there that gives some additional features.  For a list of stuff, type:
  
#list
+
#list
  
 
Then, for example for the Weather module, do:
 
Then, for example for the Weather module, do:
  
#list Weather
+
#list Weather
  
This combination will register you as a user of the bot and give you access to more features, such as notes left to other users.
+
This combination will register you as a user of the bot and give you access to more features, such as a welcome message (herald):
  
/query armabot
+
/msg armabot register <username> <password>
#register
 
  
The bot will walk you through the rest.
+
After registering you need to identify to armabot using
 +
 
 +
/msg armabot identify <username> <password>
  
 
After you've registered, you can leave a note for another registered user like this:
 
After you've registered, you can leave a note for another registered user like this:
  
#tell Lucifer_arma You're a prick
+
#message Lucifer_arma You're a prick
  
When the other user checks his notes, he'll see it.  Of course, to check your notes, you just do:
+
When the other user comes into the channel and says something armabot will automatically deliver the notes as private messages. To see which users have notes waiting to be delivered use
  
 
#notes
 
#notes
  
You can also get RSS feeds, math calculations and conversions, coin-flipping, and other neat things.  It's intended that we'll provide a module to query servers and see who's playing where, but that's not yet implemented.
+
You can also get RSS feeds, math calculations and conversions, coin-flipping, and other neat things.  It's intended that we'll provide a module to query servers and see who's playing where, but that's not yet implemented. You can get a list of servers and the number of users playing there with the command #armaservers (somehow unreliable, but usually it works) or get help on a console command in arma using #armaconfig.
  
 
So have fun with it!
 
So have fun with it!

Revision as of 08:33, 27 July 2006

We have an IRC channel on freenode that gets some traffic. There's a fair amount of development talk there, but there's plenty more to be had.

Joining the IRC Channel

Pick your favorite IRC client and connect to freenode. You can connect to the server irc.freenode.net, then join #armagetron using the user interface of your IRC client or the command "/join #armagetron"

Once there, you'll find plenty to talk about, I'm sure.

The Armabot

There's a bot there that gives some additional features. For a list of stuff, type:

#list

Then, for example for the Weather module, do:

#list Weather

This combination will register you as a user of the bot and give you access to more features, such as a welcome message (herald):

/msg armabot register <username> <password>

After registering you need to identify to armabot using

/msg armabot identify <username> <password>

After you've registered, you can leave a note for another registered user like this:

  1. message Lucifer_arma You're a prick

When the other user comes into the channel and says something armabot will automatically deliver the notes as private messages. To see which users have notes waiting to be delivered use

  1. notes

You can also get RSS feeds, math calculations and conversions, coin-flipping, and other neat things. It's intended that we'll provide a module to query servers and see who's playing where, but that's not yet implemented. You can get a list of servers and the number of users playing there with the command #armaservers (somehow unreliable, but usually it works) or get help on a console command in arma using #armaconfig.

So have fun with it!