X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fircd_lexer.l;h=027e7810da36a63df0ba675e2b022efdbdfcf20a;hp=859249e62fe7ead0629c22c7384d3744bb4c4abd;hb=e894de73de8e7846934ecdf4d7cc3a14d5635ce6;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c 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 },