_server.removeModerator()
Availability:
SmartFoxServer PRO 1.6.3
Usage:
_server.removeModerator(zoneName, modName)
Description:
Removes a moderator from a Zone at runtime.
Properties:
| zoneName | The name of the Zone where the moderator should be removed. | |
| modName | The name of the moderator to be removed |
Returns:
nothing.
Example:
/*
* Removes a new moderator from the Zone called "Test"
*/
_server.removeModerator("Test", "Lapo")
See also:
addModerator