You are here

function shoutbox_group_perm in Shoutbox 6.2

Implementation of hook_perm().

File

shoutbox_group/shoutbox_group.module, line 6

Code

function shoutbox_group_perm() {
  return array(
    'administer shoutbox_group',
    'post shouts in all groups',
  );
}