--- phpfreechat/phpfreechat.module 2009-01-22 22:12:14.000000000 -0500 +++ phpfreechat.module 2010-10-22 10:21:38.000000000 -0400 @@ -58,7 +58,7 @@ function phpfreechat_nuke($rid) { * Implementation of hook_perm(). */ function phpfreechat_perm() { - return array('talk on chat channels', 'create nodes with chatrooms', 'moderate chat channels'); + return array('talk on chat channels', 'create nodes with chatrooms', 'moderate chat channels', 'admin phpfreechat'); } function phpfreechat_nodedata($type) {