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:
parent
2ed6fea9fa
commit
fdb21f3daf
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user