mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:45:12 +00:00
[ADD/WIP] Do leaves right, PLwerk
This commit is contained in:
parent
5da9743cb1
commit
4d055f3688
3 changed files with 114 additions and 9 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue