X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fircd_features.c;h=83971d733ac65a9eee503e1725818025944bc8db;hb=037ea5b9ceaec42f9000cd6d3c47e548fd472d31;hp=05ed003dff79a68803e7afede5647e68bccad31f;hpb=ebd77a83f3ddfc6e7951b747acc2851bcfc19f16;p=ircu2.10.12-pk.git diff --git a/ircd/ircd_features.c b/ircd/ircd_features.c index 05ed003..83971d7 100644 --- a/ircd/ircd_features.c +++ b/ircd/ircd_features.c @@ -263,6 +263,7 @@ static struct FeatureDesc { F_I(PINGFREQUENCY, 0, 120, init_class), F_I(CONNECTFREQUENCY, 0, 600, init_class), F_I(DEFAULTMAXSENDQLENGTH, 0, 40000, init_class), + F_I(GLINEMAXUSERCOUNT, 0, 20, 0), /* Some misc. default paths */ F_S(MPATH, FEAT_CASE | FEAT_MYOPER, "ircd.motd", motd_init), @@ -301,6 +302,7 @@ static struct FeatureDesc { F_B(OPER_LBADCHAN, 0, 0, 0), F_B(OPER_SET, 0, 1, 0), F_B(OPERS_SEE_IN_SECRET_CHANNELS, 0, 1, 0), + F_B(OPER_WIDE_GLINE, 0, 1, 0), /* features that affect local opers on this server */ F_B(LOCOP_KILL, 0, 1, 0), @@ -313,6 +315,7 @@ static struct FeatureDesc { F_B(LOCOP_LBADCHAN, 0, 0, 0), F_B(LOCOP_SET, 0, 0, 0), F_B(LOCOP_SEE_IN_SECRET_CHANNELS, 0, 0, 0), + F_B(LOCOP_WIDE_GLINE, 0, 0, 0), #undef F_S #undef F_B