[ADD/WIP] Do leaves right, PLwerk

This commit is contained in:
LDA 2024-07-07 01:21:51 +02:00
commit 4d055f3688
3 changed files with 114 additions and 9 deletions

View file

@ -29,6 +29,7 @@ extern char * ASJoin(const ParseeConfig *, char *, char *);
/* Bans from a room a specific user */
extern void ASBan(const ParseeConfig *, char *, char *);
extern void ASKick(const ParseeConfig *, char *, char *);
extern void ASLeave(const ParseeConfig *, char *, char *);
/* Invites from a room a specific user */
extern void ASInvite(const ParseeConfig *, char *, char *);