You are here

function mylivechat_permission in My Live Chat 7

Implements hook_permission().

File

./mylivechat.module, line 20

Code

function mylivechat_permission() {
  return array(
    'administer mylivechat' => array(
      'title' => t('Administer MyLiveChat'),
      'restrict access' => TRUE,
    ),
  );
}