1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Page off after /rooms command

This commit is contained in:
James Booth 2013-03-14 19:54:59 +00:00
parent b960b76034
commit 5b6de3340c

View File

@ -413,6 +413,7 @@ prof_handle_room_list(GSList *rooms, const char *conference_node)
} else { } else {
cons_show("No chat rooms at %s", conference_node); cons_show("No chat rooms at %s", conference_node);
} }
win_current_page_off();
} }
/* /*