Moved handle_disco_info to server_events

This commit is contained in:
James Booth
2014-01-05 21:17:07 +00:00
parent 460a42c7c9
commit b14d5707cb
5 changed files with 9 additions and 10 deletions

View File

@@ -473,13 +473,6 @@ prof_handle_disco_items(GSList *items, const char *jid)
ui_current_page_off();
}
void
prof_handle_disco_info(const char *from, GSList *identities, GSList *features)
{
cons_show_disco_info(from, identities, features);
ui_current_page_off();
}
/*
* Take a line of input and process it, return TRUE if profanity is to
* continue, FALSE otherwise