function botcha_perm in BOTCHA Spam Prevention 6
Same name and namespace in other branches
- 6.2 botcha.module \botcha_perm()
Implementation of hook_perm().
File
- ./
botcha.module, line 82 - BOTCHA - Spam Prevention It modifies forms by adding various botcha's.
Code
function botcha_perm() {
return array(
'administer BOTCHA settings',
'skip BOTCHA',
);
}