mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-22 02:00:40 +00:00
Fix WhisperCommand
This commit is contained in:
parent
89f222258e
commit
a5f9c98026
@ -12,7 +12,7 @@ use \wcf\data\user\User;
|
||||
* @subpackage system.chat.command.commands
|
||||
*/
|
||||
class WhisperCommand extends \chat\system\command\AbstractCommand {
|
||||
public $enableSmilies = \chat\system\command\ICommand::SMILEY_USER;
|
||||
public $enableSmilies = self::SETTING_USER;
|
||||
public $user = null, $message = '';
|
||||
|
||||
public function __construct(\chat\system\command\CommandHandler $commandHandler) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user