Clan Management
| Command : |
|
|
*CLAN [ ADD | DROP | ENROLL | RELEASE | PROMOTE | ALLY | FOES | |
|
KILLS | DEATHS | COUNTS | LOAD | SAVE | PASSWD ] |
Add - create a new clan
*clan add <clan> <leader> <password>
Drop - deletes an existing clan
*clan drop <clan>
Enroll - Adds an individual to a clan.
*clan enroll <clan> <member>
Release - Removes and individual from a clan.
*clan release <member>
Promote - Make an individual the clan leader
*clan promote <clan> <member>
Ally - Ally two clans together
*clan ally <clan_one> <clan_two>
Foes - Break an alliance
*clan foes <clan_one> <clan_two>
Kills - Sets the number of kills given to a clan.
*clan kills <clan> <#>
Deaths - Sets the number of kills against a clan.
*clan deaths <clan> <#>
Counts - Lists clans and their counts.
*clan counts
Load - Reload the clan database
*clan load
Save - Resave the clan database
*clan save
Passwd - Change a clan's password
*clan passwd <clan> <old> <new>
The clans database is a doubly linked list of clans with lists of members
and allies under each one.
|