Added output for /disco items

This commit is contained in:
James Booth
2013-03-14 22:18:21 +00:00
parent 681c3b6be2
commit 7bd7c15994
5 changed files with 39 additions and 7 deletions

View File

@@ -408,6 +408,13 @@ prof_handle_room_list(GSList *rooms, const char *conference_node)
win_current_page_off();
}
void
prof_handle_disco_items(GSList *items, const char *jid)
{
cons_show_disco_items(items, jid);
win_current_page_off();
}
/*
* Take a line of input and process it, return TRUE if profanity is to
* continue, FALSE otherwise