account_muted
This table lists all of the accounts that have been muted along with the date when the mute will expire.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | int | unsigned | PRI | NO | 0 | Global Unique Identifier | |
| mutedate | int | unsigned | PRI | NO | 0 | ||
| mutetime | int | unsigned | NO | 0 | |||
| mutedby | varchar(50) | NO | |||||
| mutereason | varchar(255) | NO | |||||
Description of fields
guid
references account.id
mutedate
Unix timestamp when the account was muted.
mutetime
Mute duration in minutes.
mutedby
The name of the character executing the .mute command.
mutereason
The reason for the mute.
