UnbanIP

From Liberty Unleashed Wiki
Revision as of 10:35, 11 October 2010 by VRocker (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

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