mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 14:46:20 +00:00
Show message when other user <gone/>
This commit is contained in:
@@ -145,6 +145,13 @@ prof_handle_login_success(const char *jid)
|
||||
prefs_add_login(jid);
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_gone(const char * const from)
|
||||
{
|
||||
win_show_gone(from);
|
||||
win_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_lost_connection(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user