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 6176cab..b1789db 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -174,6 +174,7 @@ external { return T_EXTERNAL; } failed_oper_notice { return FAILED_OPER_NOTICE; } farconnect { return T_FARCONNECT; } file { return T_FILE; } +fingerprint { return T_FINGERPRINT; } flags { return IRCD_FLAGS; } flatten_links { return FLATTEN_LINKS; } full { return T_FULL; } |