Add 4chan update message type to main types

This commit is contained in:
Mark Veidemanis 2022-09-07 07:20:30 +01:00
parent 5c3b338017
commit 92475ee9a9
1 changed files with 1 additions and 0 deletions

1
db.py
View File

@ -33,6 +33,7 @@ TYPES_MAIN = [
"nick",
"mode",
"topic",
"update",
]
TYPES_META = ["who"]
TYPES_INT = ["conn", "highlight", "znc", "query", "self"]