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 e7c7f89..b137f94 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -277,6 +277,7 @@ sid { return IRCD_SID; } size { return T_SIZE; } spoof { return SPOOF; } spoof_notice { return SPOOF_NOTICE; } +squit { return SQUIT; } tkline_expire_notices { return TKLINE_EXPIRE_NOTICES; } type { return TYPE; } true_no_oper_flood { return TRUE_NO_OPER_FLOOD; } |