Implemented CHANNEL_UMODE_QUEIT mode. Fixed fatal bugs in server.
[silc.git] / lib / silcclient / client_channel.c
index 8d781039ae74b1ffe35d9691d3aa9e05eed60ffa..c2ffe6630aaf32332bf6abc8bf6a49b53e4c512e 100644 (file)
@@ -69,6 +69,10 @@ void silc_client_send_channel_message(SilcClient client,
       chu->mode & SILC_CHANNEL_UMODE_CHANOP &&
       !(chu->mode & SILC_CHANNEL_UMODE_CHANFO))
     return;
+#if 0
+  if (chu->mode & SILC_CHANNEL_UMODE_QUIET)
+    return;
+#endif
 
   /* Take the key to be used */
   if (channel->mode & SILC_CHANNEL_MODE_PRIVKEY) {