Based on
AKA V2.0 Mutator - Also Known As
Written by TheCatcher - Steven Yaeger
TheCatcher@OHNOSoftware.com

Edited by 
BLTicklemonster - up to 20000 entries.

Modified by (with permission of author)
Shawn Dube -={SDA}=-D]|[ngus - Added logging option
Shawn Dube -={SDA}=-D]|[ngus - up to 20000 entries.


AKA.ini Parameters
------------------
[AKAv6L.AKAv6L]

NameCheckDelaySeconds=0 - Number of seconds between player name checks.
  If 0 then don't do player name checks

bAutoAddIPToNameEntries=True - [true|false] Automatically add new IPs to the end of the IPToName array

bChangeNames=False - [true|false] change names if found in the IPToName array

KeepNameHistory=3 - Which player's to keep name history for.
  0 - Don't keep any name history
  1 - Keep name history for IPs in the IPToName array
  2 - Keep name history for IPs not in the IPToName array
  3 - Keep name history for ALL IPs

bListCommand=True - [true|false] allow users to issue the 'Mutate AKA List' command

bChangeCommand=False - [true|false] allow users to issue the 'Mutate AKA Change' command

bLog=True - [true|false] if false, existing logging is supressed (except for the init message)

AdminIP[0]:[20] - AKA Administrator's IPs

IPToName[0]:[19999] - IPs to default name
  Format: IP:Name
  IP can contain a trailing * to indicate a wild card match

LastPlayed[0]:[19999] - Do NOT edit!  AKA maintained list of IPs to Names


AKA Mutate Commands
-------------------
AKA (Also Known As) Usage: Mutate AKA <command> [parameter]

  List - List AKA entries for current players.
         Available to all players if bListCommand is True.

  Change - Change players to their defined names.
           Available to all players if bChangeCommand is True.


The following AKA Mutate Commands are only available to Server Admin and AKA Admins
-----------------------------------------------------------------------------------

  IPToNamesList - List all defined names.

  IPToNameAdd [IP:Name] - to add a new IPToName entry

  IPToNameDelete [IP] - to delete an IPToName entry

  AKAList - List all AKAs.


The following AKA Mutate Commands are only available to the Server Admin
------------------------------------------------------------------------

  AdminList - List all AKA Admin IPs.

  AdminAdd [IP] - to add a new AKA Admin

  AdminDelete [IP] - to delete an AKA Admin

  NameCheckDelaySeconds [Seconds] - to set or examine

  bAutoAddIPToNameEntries [true|false] - to set or examine

  bChangeNames [true|false] - to set or examine

  KeepNameHistory [0-3] - to set or examine
     0 - Don't keep any name history
     1 - Keep name history for IPs in the IPToName array
     2 - Keep name history for IPs not in the IPToName array
     3 - Keep name history for ALL IPs

  bListCommand [true|false] - to set or examine

  bChangeCommand [true|false] - to set or examine

  bLog [true|false] - if false, existing logging is supressed

  Save - Immediately saves the current settings to the AKA.ini file.
