mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:55:11 +00:00
[FIX/ADD] Fix deadlock and DMs.
This commit is contained in:
parent
c5df636bdb
commit
59d5ad6780
7 changed files with 57 additions and 34 deletions
|
|
@ -29,6 +29,9 @@ extern void ASJoin(const ParseeConfig *, char *, char *);
|
|||
/* Bans from a room a specific user */
|
||||
extern void ASBan(const ParseeConfig *, char *, char *);
|
||||
|
||||
/* Invites from a room a specific user */
|
||||
extern void ASInvite(const ParseeConfig *, char *, char *);
|
||||
|
||||
/* Finds an event from a room ID and event ID */
|
||||
extern HashMap * ASFind(const ParseeConfig *, char *, char *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue