config-sample.php
changeset 51 508400fc5282
parent 8 0acb8d9a3194
--- a/config-sample.php	Sat Jan 10 14:12:36 2009 -0500
+++ b/config-sample.php	Tue Jan 20 22:08:07 2009 -0500
@@ -7,7 +7,12 @@
 $pass = '';
 $name = 'Enano CMS logging/message bot';
 $user = 'enano';
-$privileged_list = array('your', 'nick', 'list', 'here');
+$permissions = array(
+    'your' => array('admin', 'alert'),
+    'nick' => array('admin', 'alert'),
+    'list' => array('echo', 'suspend', 'pm', 'channel' => array('#enano', '#ubuntu')),
+    'here' => array('echo', 'suspend', 'pm', 'shutdown', 'channel' => array('#enano')),
+  );
 $mysql_host = 'localhost';
 $mysql_user = '';
 $mysql_pass = '';