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_IPUnbanUser

From BZFlagWiki
Revision as of 08:32, 19 October 2011 by Sigonasr2 (talk | contribs) (Created Documentation for this API Event.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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

bz_IPUnbanUser("127.0.0.1");