mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix MuteCommand
This commit is contained in:
parent
0e2216096c
commit
303eb80ee5
@ -105,7 +105,7 @@ public function getMessage() {
|
||||
'link' => $this->link,
|
||||
'expires' => $this->expires,
|
||||
'type' => str_replace(array('chat\system\command\commands\\', 'command'), '', strtolower(get_class($this))),
|
||||
'message' => $this->suspensionMessage
|
||||
'reason' => $this->reason
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user