summaryrefslogtreecommitdiff
path: root/src/conf_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_lexer.l')
-rw-r--r--src/conf_lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_lexer.l b/src/conf_lexer.l
index 3235a6d..8eebcd1 100644
--- a/src/conf_lexer.l
+++ b/src/conf_lexer.l
@@ -215,6 +215,7 @@ 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; }