This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

bz_HostUnbanUser

From BZFlagWiki
Jump to navigation Jump to 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

bz_HostUnbanUser("*.myhost.biz");