updates.
[silc.git] / apps / silcd / server_util.c
index d9d2319cf4b8451d23388d07b92ae41bc0420f59..ea53991371ac1606f17f8c5eb89362a4ae0a617d 100644 (file)
@@ -1018,6 +1018,10 @@ bool silc_server_check_cmode_rights(SilcServer server,
   if (is_op && is_fo)
     return TRUE;
 
+  /* Founder emplies operator */
+  if (is_fo)
+    is_op = TRUE;
+
   /* We know that client is channel operator, check that they are not
      changing anything that requires channel founder rights. Rest of the
      modes are available automatically for channel operator. */