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 b137f94..b0e9048 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -344,6 +344,7 @@ operwall { return T_OPERWALL; } servnotice { return T_SERVNOTICE; } invisible { return T_INVISIBLE; } wallop { return T_WALLOP; } +wallops { return T_WALLOPS; } callerid { return T_CALLERID; } softcallerid { return T_SOFTCALLERID; } locops { return T_LOCOPS; } |