Add 4chan update message type to main types

This commit is contained in:
Mark Veidemanis 2022-09-07 07:20:30 +01:00
parent cdd12cd082
commit 32249a1d99
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
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"]