mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:55:11 +00:00
[ADD/WIP] Start receiptwerk
This commit is contained in:
parent
bb836789b2
commit
0fc0fdd6f4
9 changed files with 144 additions and 8 deletions
|
|
@ -40,6 +40,7 @@ extern HashMap * ASFind(const ParseeConfig *, char *, char *);
|
|||
* Said body is freed during the function's execution. */
|
||||
extern char * ASSend(const ParseeConfig *, char *, char *, char *, HashMap *);
|
||||
extern void ASType(const ParseeConfig *, char *, char *, bool);
|
||||
extern void ASPresence(const ParseeConfig *, char *, char *, char *);
|
||||
|
||||
/* Sets a state event with a specific type and body */
|
||||
extern void ASSetState(const ParseeConfig *conf, char *id, char *type, char *key, char *mask, HashMap *event);
|
||||
|
|
|
|||
|
|
@ -202,6 +202,11 @@ extern void ParseePushJIDTable(char *muc, char *bare);
|
|||
extern char *ParseeLookupJID(char *muc);
|
||||
extern void ParseeDestroyJIDTable(void);
|
||||
|
||||
extern void ParseeInitialiseHeadTable(void);
|
||||
extern void ParseePushHeadTable(char *room, char *id);
|
||||
extern char *ParseeLookupHead(char *room);
|
||||
extern void ParseeDestroyHeadTable(void);
|
||||
|
||||
/* Globally bans a Matrix user from ever interacting with Parsee, and bans
|
||||
* them from bridged rooms where the bot has administrator. */
|
||||
extern void ParseeGlobalBan(ParseeData *, char *user, char *reason);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue