--- role_control.module	2008-08-23 02:13:12.000000000 -0400
+++ role_control.module	2008-08-23 02:13:24.000000000 -0400
@@ -9,6 +9,11 @@
  * to add themselves to another role
  */
  
+
+function role_control_perm() {
+  return array('maintain own role control');
+}
+
 /**
  * Implementation of hook_help().
  */
