mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[ADD/WIP] Basic moderation
You now can ban people, yoohoo!
This commit is contained in:
parent
e21785afcb
commit
46489b50e6
5 changed files with 140 additions and 6 deletions
|
|
@ -34,6 +34,10 @@ typedef struct ParseeConfig {
|
|||
|
||||
/* ------- DB -------- */
|
||||
char *db_path;
|
||||
|
||||
/* ------- ADMIN ------- */
|
||||
char *jabber_admin;
|
||||
char *matrix_admin;
|
||||
} ParseeConfig;
|
||||
|
||||
typedef struct ParseeData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue