1
0
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:
Tim Düsterhus 2013-02-01 20:48:23 +01:00
parent 89f222258e
commit a5f9c98026

View File

@ -12,7 +12,7 @@
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class WhisperCommand extends \chat\system\command\AbstractCommand { 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 $user = null, $message = '';
public function __construct(\chat\system\command\CommandHandler $commandHandler) { public function __construct(\chat\system\command\CommandHandler $commandHandler) {