Difference between revisions of "FFA/FFABot/Commands"

From Armagetron
Line 12: Line 12:
  
 
====$addplayer====
 
====$addplayer====
 +
Syntax:
 +
<pre>$addplayer <alias></pre>
 +
 +
Example:
 +
<pre>$addplayer Tom_the_Cat</pre>
 +
 +
'''Purpose:''' To add players to the list individually. The initial adding of players should use "$addrange" due to the fact that 48 players must be added to the list. But, if a mistake is made and a name gets inputted incorrectly, this command could be used to add the single player to the list that was missed.
 +
 +
 +
====$addcaptain====
 +
Syntax:
 +
<pre>$addcaptain <ircnick> <alias></pre>
 +
 +
Example:
 +
<pre>$addcaptain Josh^ Ratchet</pre>
 +
 +
'''Purpose:''' After a player has been added via the "$addrange" or "$addplayer" command, they may be added as a captain. You use this command to link the already added player's tron alias to their IRC nick. This takes that player out of the selection pool when teams are being chosen (seeing how you can't exactly pick a captain to be on your team).
 +
 +
====$addboth====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 +
====$removeall====
 
Syntax:
 
Syntax:
 
<pre></pre>
 
<pre></pre>
Line 20: Line 48:
 
'''Purpose:'''
 
'''Purpose:'''
  
 +
====$removeplayer====Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
  
====$addcaptain====
 
====$addboth====
 
====$removeall====
 
====$removeplayer====
 
 
====$removecaptain====
 
====$removecaptain====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$removeadmin====
 
====$removeadmin====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$enable====
 
====$enable====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$disable====
 
====$disable====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$enableall====
 
====$enableall====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$disableall====
 
====$disableall====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$captains====
 
====$captains====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$players====
 
====$players====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$start====
 
====$start====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$who====
 
====$who====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$help====
 
====$help====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
  
 
<br><br>
 
<br><br>
Line 41: Line 160:
 
===Captains===
 
===Captains===
 
====$pick====
 
====$pick====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$who====
 
====$who====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''
 +
 
====$help====
 
====$help====
 +
Syntax:
 +
<pre></pre>
 +
 +
Example:
 +
<pre></pre>
 +
 +
'''Purpose:'''

Revision as of 23:41, 23 August 2014

FFABot Commands

Administrators

$addrange

Syntax:

$addrange <alias1> <alias2> <alias3>

Example:

$addrange Ratchet Blue_Flame ObnoxiousPenguin James123 Player_1 APerson

Purpose: To add many players from the wiki in one command. As opposed to using "$addplayer Player_1", "$addplayer Blue_Flame", and so forth. It is recommended that you don't add more than 25 players at a time (mostly to keep it clean and to ensure the bot catches them all. If you post too many IRC may split your message and not catch all of the names). Also, ensure that you separate players by spaces (NOT by commas and spaces as such: Ratchet, Blah, Player_1). AND, make sure that you don't use the space in "Player 1"'s name. Use "Player_1" instead. Spaces should be denoted by underscores.

$addplayer

Syntax:

$addplayer <alias>

Example:

$addplayer Tom_the_Cat

Purpose: To add players to the list individually. The initial adding of players should use "$addrange" due to the fact that 48 players must be added to the list. But, if a mistake is made and a name gets inputted incorrectly, this command could be used to add the single player to the list that was missed.


$addcaptain

Syntax:

$addcaptain <ircnick> <alias>

Example:

$addcaptain Josh^ Ratchet

Purpose: After a player has been added via the "$addrange" or "$addplayer" command, they may be added as a captain. You use this command to link the already added player's tron alias to their IRC nick. This takes that player out of the selection pool when teams are being chosen (seeing how you can't exactly pick a captain to be on your team).

$addboth

Syntax:


Example:


Purpose:

$removeall

Syntax:


Example:


Purpose:

====$removeplayer====Syntax:


Example:


Purpose:

$removecaptain

Syntax:


Example:


Purpose:

$removeadmin

Syntax:


Example:


Purpose:

$enable

Syntax:


Example:


Purpose:

$disable

Syntax:


Example:


Purpose:

$enableall

Syntax:


Example:


Purpose:

$disableall

Syntax:


Example:


Purpose:

$captains

Syntax:


Example:


Purpose:

$players

Syntax:


Example:


Purpose:

$start

Syntax:


Example:


Purpose:

$who

Syntax:


Example:


Purpose:

$help

Syntax:


Example:


Purpose:




Captains

$pick

Syntax:


Example:


Purpose:

$who

Syntax:


Example:


Purpose:

$help

Syntax:


Example:


Purpose: