mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[MOD] Remove the last [p]based nicks, table moving
This commit is contained in:
parent
198bdb98e9
commit
c975dba852
9 changed files with 344 additions and 208 deletions
|
|
@ -239,6 +239,11 @@ extern void ParseePushHeadTable(char *room, char *id);
|
|||
extern char *ParseeLookupHead(char *room);
|
||||
extern void ParseeDestroyHeadTable(void);
|
||||
|
||||
extern void ParseeInitialiseNickTable(void);
|
||||
extern void ParseePushNickTable(char *muc, char *mxid, char *nick);
|
||||
extern char *ParseeLookupNick(char *muc, char *mxid);
|
||||
extern void ParseeDestroyNickTable(void);
|
||||
|
||||
/** Disables a user/room/MUC's ability to interact from Parsee, and attempts
|
||||
* to ban them from rooms where Parsee has the ability to do so ("noflying").
|
||||
* ---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue