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

bz_HostUnbanUser

From BZFlagWiki
Jump to: navigation, search

bool bz_HostUnbanUser (const char* hostmask)


Unbans a host name that has been previously banned.

Parameters:
hostmask  -  The exact host name address to remove. An example would be *.myhost.biz
Returns:
Whether or not the removal of the ban was executed successfully.


Example[edit]

bz_HostUnbanUser("*.myhost.biz");