X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fircd_lexer.l;h=774ed3df3521c4107ba05c42a17d929e81b43bd1;hb=b44d5859e9dbca964d833742b08dbd3ecde318e1;hp=35ecc04194dd57d1df3910688a11483c0aa79152;hpb=592e569802dbc1d90a0095d6f8fed409d6bf8c39;p=ircu2.10.12-pk.git diff --git a/ircd/ircd_lexer.l b/ircd/ircd_lexer.l index 35ecc04..774ed3d 100644 --- a/ircd/ircd_lexer.l +++ b/ircd/ircd_lexer.l @@ -149,5 +149,7 @@ unlimited_who_queries return TPRIV_UNLIMIT_QUERY; oper_status_display return TPRIV_DISPLAY; see_other_opers return TPRIV_SEE_OPERS; wide_glines return TPRIV_WIDE_GLINE; +pseudo return PSEUDO; +prepend return PREPEND; \n lineno++; . return yytext[0];