[ADD/WIP] No-flying and unlinking MUCs

This is more of a retroactive thing.
This commit is contained in:
LDA 2024-07-04 10:57:36 +02:00
commit a3bef5c0c1
5 changed files with 80 additions and 3 deletions

View file

@ -57,6 +57,8 @@ typedef struct ParseeData {
#define GrabObject(obj, ...) JsonValueAsObject(JsonGet(obj, __VA_ARGS__))
#define GrabArray(obj, ...) JsonValueAsArray(JsonGet(obj, __VA_ARGS__))
/* Milliseconds to UNIT macros, to be used like 30 SECONDS and 1 MINUTE
* in timestamps */
#define SECONDS * 1000
#define MINUTES * 60 SECONDS
#define HOURS * 60 MINUTES