mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 18:16:21 +00:00
Don't show join messages on subsequent /join commands
This commit is contained in:
@@ -130,6 +130,7 @@ void (*ui_recipient_gone)(const char * const barejid);
|
||||
void (*ui_outgoing_msg)(const char * const from, const char * const to,
|
||||
const char * const message);
|
||||
void (*ui_room_join)(const char * const room, gboolean focus);
|
||||
void (*ui_switch_to_room)(const char * const room);
|
||||
void (*ui_room_role_change)(const char * const room, const char * const role);
|
||||
void (*ui_room_affiliation_change)(const char * const room, const char * const affiliation);
|
||||
void (*ui_room_roster)(const char * const room, GList *roster, const char * const presence);
|
||||
|
||||
Reference in New Issue
Block a user