X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fircd_lexer.l;h=027e7810da36a63df0ba675e2b022efdbdfcf20a;hb=73286bcf466860bb2d095e97b1a16e8a135b51d3;hp=859249e62fe7ead0629c22c7384d3744bb4c4abd;hpb=bae6ea42e84d8783475ef65b6911586f42d0318d;p=ircu2.10.12-pk.git diff --git a/ircd/ircd_lexer.l b/ircd/ircd_lexer.l index 859249e..027e781 100644 --- a/ircd/ircd_lexer.l +++ b/ircd/ircd_lexer.l @@ -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 },