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