1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fix PlainCommand

This commit is contained in:
Tim Düsterhus 2013-03-11 17:10:01 +01:00
parent 2ed6fea9fa
commit fdb21f3daf

View File

@ -11,7 +11,7 @@
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class PlainCommand extends \chat\system\command\AbstractCommand { class PlainCommand extends \chat\system\command\AbstractCommand {
public $enableSmilies = \chat\system\command\ICommand::SMILEY_USER; public $enableSmilies = \chat\system\command\ICommand::SETTING_USER;
/** /**
* @see \chat\system\command\ICommand::getType() * @see \chat\system\command\ICommand::getType()