Implemented output for /disco info

This commit is contained in:
James Booth
2013-03-14 23:41:36 +00:00
parent 7bd7c15994
commit e2bc9bde74
7 changed files with 128 additions and 2 deletions

View File

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