added Channel Mode +S (SSL): Only allow SSL Users joining the channel
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index 5c57b893d4fd0c0e0ed45f9f641c8052dc2c29a3..7a673619404f59b962fa7b9b85d3ca73b1a92516 100644 (file)
@@ -340,6 +340,7 @@ static struct FeatureDesc {
   F_S(ERR_BANNEDFROMCHAN, FEAT_CASE, "Cannot join channel (+b)", 0),
   F_S(ERR_BADCHANNELKEY, FEAT_CASE, "Cannot join channel (+k)", 0),
   F_S(ERR_NEEDREGGEDNICK, FEAT_CASE, "Cannot join channel (+r)", 0),
+  F_S(ERR_SSLCHANNEL, FEAT_CASE, "Cannot join channel (+S)", 0),
   F_S(ERR_JOINACCESS, FEAT_CASE, "Cannot join channel (+a)", 0),
   
   /* features that probably should not be touched */