mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Page off after /rooms command
This commit is contained in:
parent
b960b76034
commit
5b6de3340c
@ -413,6 +413,7 @@ prof_handle_room_list(GSList *rooms, const char *conference_node)
|
||||
} else {
|
||||
cons_show("No chat rooms at %s", conference_node);
|
||||
}
|
||||
win_current_page_off();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user