( int ID, TransportAddress TA, int banTime )Ban a user until a given time.
@param ID Unique ID of the player. @param TA Address from which the player connected. @param banTime Time at which they will be allowed back in.
void BanList::addAbsolute(int %ID, TransportAddress %TA);
int %ID
No description available.
TransportAddress %TA
No description available.
void
No description available.
Engine
This function is not called by any other functions.