GetBanTime
Jump to navigation
Jump to search
This function will return the banning time of the specified ban pointer.
Syntax
string getBanTime ( ban theBan )
Required Arguments
- theBan: The ban in which you wish to retrieve the time of.
Returns
- Returns a string of the banning time in the format of HH:MM:SS (Hours, minutes, seconds correspondingly)
- Returns false if invalid arguments are specified if there was no banning time specified for the ban.
Example
--TODO
See Also
- addBan
- banPlayer
- getBanAdmin
- getBanIP
- getBanNick
- getBanReason
- getBanSerial
- getBanTime
- getBanUsername
- getBans
- getUnbanTime
- isBan
- kickPlayer
- setBanAdmin
- setBanNick
- setBanReason
- setUnbanTime
- reloadBans
- removeBan