Added output for /disco items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user