Description(); } public function Hooks() { return array('CommentModel_AfterSaveComment', 'DiscussionModel_AfterSaveDiscussion', 'ActivityModel_BeforeSaveComment'); } public function Description() { $Description = 'This rule checks a users comment for mentions. If the user mentions someone, this will return true.'; return $Description; } public function Name() { return 'Mention'; } } ?>