This wiki is archived and useful information is being migrated to the main bzflag.org website

bz_IPUnbanUser

From BZFlagWiki
Jump to: navigation, search

bool bz_IPUnbanUser (const char* ip)


Unbans an IP address that is currently listed in the ban list.

Parameters:
ip  -  The exact IP address to remove from the banlist.
Returns:
Whether or not the removal of the ban was executed successfully.


Example[edit]

bz_IPUnbanUser("127.0.0.1");