Added message in console on /roster remove

This commit is contained in:
James Booth
2013-06-02 00:24:22 +01:00
parent 65c09db19e
commit 0e5d277c14
5 changed files with 17 additions and 0 deletions

View File

@@ -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)
{