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

bz_HostUnbanUser

From BZFlagWiki
Revision as of 08:37, 19 October 2011 by Sigonasr2 (Talk | contribs) (Create API Function Page. Include Example.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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");