* @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ interface IRestrictedCommand { function checkPermission(); }