commit 4782e4c4ee63878f03c968674096db6574b5b7a6 from: Stefan Sperling date: Mon Mar 11 09:49:09 2024 UTC fix missing token in parse.y commit - 851cc2028301bdc7297fa1b1392abe502bddf4b5 commit + 4782e4c4ee63878f03c968674096db6574b5b7a6 blob - 3b2080734f2ecae8a86ee65092221758aafc2f4a blob + 737735dd220b97aca4196be82ead3b248119fe32 --- gotd/parse.y +++ gotd/parse.y @@ -767,6 +767,7 @@ lookup(char *s) { "limit", LIMIT }, { "listen", LISTEN }, { "namespace", NAMESPACE }, + { "notify", NOTIFY }, { "on", ON }, { "password", PASSWORD }, { "path", PATH },