function spambot_perm in Spambot 6.3
Implementation of hook_perm()
File
- ./
spambot.module, line 14
Code
function spambot_perm() {
return array(
'protected from spambot scans',
);
}
Implementation of hook_perm()
function spambot_perm() {
return array(
'protected from spambot scans',
);
}