added support for halfop in MODE_NOFLOOD
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index 5c57b893d4fd0c0e0ed45f9f641c8052dc2c29a3..8cc5037756c9e14b934dfc30cc7b083305c00af2 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 */
@@ -442,6 +443,7 @@ static struct FeatureDesc {
   F_B(CHMODE_A_ENABLE, 0, 0, 0),
   F_S(CHMODE_A_TARGET, FEAT_NULL, 0, 0),
   F_B(CHMODE_F_ENABLE, 0, 0, 0),
+  F_B(HALFOP, 0, 0, 0),
   
 #undef F_S
 #undef F_B