Back to 'account_access' Return to auth Go to 'account_muted'
This table lists all of the accounts that have been banned along with the date when (or if) the ban will expire.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | int | unsigned | PRI | NO | 0 | Account id | |
bandate | int | unsigned | PRI | NO | 0 | ||
unbandate | int | unsigned | NO | 0 | |||
bannedby | varchar(50) | NO | |||||
banreason | varchar(255) | NO | |||||
active | tinyint | unsigned | NO | 1 |
references account.id
Unix timestamp when the account was banned.
Unix timestamp when the account will be automatically unbanned.
If unbandate is equal to bandate this is a permanent ban.
The name of the character executing the .ban
command.
The reason for the ban.
Controls if the ban is currently active or not.
Back to 'account_access' Return to auth Go to 'account_muted'