You are here

function spamicide_perm in Spamicide 5

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

File

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

Code

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