abuse_perm()abuse/abuse.module, line 15
Implementation of hook_perm().
<?php function abuse_perm() { return array('administer abuse', 'moderate abuse', 'direct flag', 'report abuse'); } ?>