fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / ircd / ircd_lexer.l
index 859249e62fe7ead0629c22c7384d3744bb4c4abd..027e7810da36a63df0ba675e2b022efdbdfcf20a 100644 (file)
@@ -129,16 +129,12 @@ static struct lexer_token {
   { "gb", GBYTES },
   { "gigabytes", GBYTES },
   { "gline", TPRIV_GLINE },
-#ifdef OLD_OGN_IRCU_COMPAT
   { "hide_channels", TPRIV_UMODE_NOCHAN },
   { "hide_idletime", TPRIV_UMODE_NOIDLE },
-#endif
   { "umode_nochan", TPRIV_UMODE_NOCHAN },
   { "umode_noidle", TPRIV_UMODE_NOIDLE },
   { "extra_hide_idletime", TPRIV_HIDE_IDLETIME },
-#ifndef OLD_OGN_IRCU_COMPAT
   { "hide_idletime", TPRIV_HIDE_IDLETIME },
-#endif
   { "ipv4", TOK_IPV4 },
   { "ipv6", TOK_IPV6 },
   { "kb", KBYTES },
@@ -168,9 +164,7 @@ static struct lexer_token {
   { "set", TPRIV_SET },
   { "show_all_invis", TPRIV_SHOW_ALL_INVIS },
   { "show_invis", TPRIV_SHOW_INVIS },
-#ifdef OLD_OGN_IRCU_COMPAT
   { "targetchange", TPRIV_UNLIMITED_TARGET },
-#endif
   { "unlimited_targets", TPRIV_UNLIMITED_TARGET },
   { "tb", TBYTES },
   { "terabytes", TBYTES },