diff options
Diffstat (limited to 'src/conf_lexer.l')
-rw-r--r-- | src/conf_lexer.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_lexer.l b/src/conf_lexer.l index 4bca92b..96382aa 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -285,6 +285,7 @@ throttle_time { return THROTTLE_TIME; } user { return USER; } vhost { return VHOST; } vhost6 { return VHOST6; } +webirc { return T_WEBIRC; } xline { return XLINE; } yes { yylval.number = 1; return TBOOL; } |