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 783ce19..ccdf4cc 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -243,6 +243,7 @@ min_nonwildcard { return MIN_NONWILDCARD; } min_nonwildcard_simple { return MIN_NONWILDCARD_SIMPLE; } module { return MODULE; } modules { return MODULES; } +motd { return MOTD; } name { return NAME; } nchange { return T_NCHANGE; } need_ident { return NEED_IDENT; } |