Squirrel/Server/Functions/Misc/UnbanIP

From Liberty Unleashed Wiki
Revision as of 02:39, 7 January 2010 by Force (Talk | contribs)

Jump to: navigation, search

This function unbans the given IP and removes it from the banlist.

Syntax

  1. bool UnbanIP( string IP )

Arguments

  • IP - The IP address to be unbanned

Example

  1.  
  2. function onPlayerCommand( player, command, text )
  3. {
  4. if ( command == "unban" )UnbanIP( text )
  5. }
  6.  

Notes

This function is used to unban a previously banned IP.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox