[MOD] Remove the last [p]based nicks, table moving

This commit is contained in:
LDA 2024-08-18 23:52:47 +02:00
commit c975dba852
9 changed files with 344 additions and 208 deletions

View file

@ -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").
* ---------------