Added message in console on /roster remove
This commit is contained in:
@@ -206,6 +206,13 @@ prof_handle_roster_add(const char * const barejid, const char * const name)
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_roster_remove(const char * const barejid)
|
||||
{
|
||||
ui_roster_remove(barejid);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_login_account_success(char *account_name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user