SetBanNick: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{Needs Example}} | {{Needs Example}} | ||
{{New feature/item|3. | {{New feature/item|3.0141|1.4.1|7093|This function sets a new nick for a [[ban]].}} | ||
==Syntax== | ==Syntax== |
Revision as of 08:28, 28 February 2015
Script Example Missing Function SetBanNick needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
This function sets a new nick for a ban.
Syntax
bool setBanNick ( ban theBan, string theNick )
Required Arguments
- theBan: The ban you want to change the nick of.
- theNick: A string representing the nick you want to set the ban to.
Returns
Returns true if changed, false otherwise.
Example
--todo
See Also
- addBan
- banPlayer
- getBanAdmin
- getBanIP
- getBanNick
- getBanReason
- getBanSerial
- getBanTime
- getBanUsername
- getBans
- getUnbanTime
- isBan
- kickPlayer
- setBanAdmin
- setBanNick
- setBanReason
- setUnbanTime
- reloadBans
- removeBan