mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix WhisperCommand
This commit is contained in:
parent
89f222258e
commit
a5f9c98026
@ -12,7 +12,7 @@
|
||||
* @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…
Reference in New Issue
Block a user