* @package timwolla.wcf.chat * @subpackage system.chat.commands */ interface IRestrictedCommand { protected function checkPermission(); }