function drupalchat_perm in DrupalChat 6
Same name and namespace in other branches
- 6.2 drupalchat.module \drupalchat_perm()
Implementation of hook_perm().
File
- ./
drupalchat.module, line 31 - Module code for DrupalChat.
Code
function drupalchat_perm() {
return array(
'administer drupalchat',
'access drupalchat',
);
}