function botcha_perm in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6 botcha.module \botcha_perm()
Implements hook_perm().
File
- ./
botcha.module, line 251
Code
function botcha_perm() {
return array(
'administer BOTCHA settings',
'skip BOTCHA',
);
}