diff options
Diffstat (limited to 'src/conf_lexer.l')
-rw-r--r-- | src/conf_lexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_lexer.l b/src/conf_lexer.l index 8eebcd1..3235a6d 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -215,7 +215,6 @@ max_number { return MAX_NUMBER; } max_nick_length { return MAX_NICK_LENGTH; } max_topic_length { return MAX_TOPIC_LENGTH; } max_watch { return MAX_WATCH; } -message_locale { return MESSAGE_LOCALE; } min_nonwildcard { return MIN_NONWILDCARD; } min_nonwildcard_simple { return MIN_NONWILDCARD_SIMPLE; } name { return NAME; } |