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 6b199cd..e7c7f89 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -164,6 +164,7 @@ email { return EMAIL; } encrypted { return ENCRYPTED; } exceed_limit { return EXCEED_LIMIT; } exempt { return EXEMPT; } +farconnect { return T_FARCONNECT; } file { return T_FILE; } flags { return IRCD_FLAGS; } flatten_links { return FLATTEN_LINKS; } |