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: Difference between revisions
Jump to navigation
Jump to search
Create API Function Page. Include Example. |
(No difference)
|
Latest revision as of 08:37, 19 October 2011
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");