mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[ADD/WIP] No-flying and unlinking MUCs
This is more of a retroactive thing.
This commit is contained in:
parent
7d1893bf75
commit
a3bef5c0c1
5 changed files with 80 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue