You are here

function spamicide_perm in Spamicide 6

Same name and namespace in other branches
  1. 5 spamicide.module \spamicide_perm()

Implementation of hook_perm().

File

./spamicide.module, line 71
This module provides yet another tool to eliminate spam.

Code

function spamicide_perm() {
  return array(
    'administer spamicide',
  );
}