1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed /who in chat room highlighting console

fixes #184
This commit is contained in:
James Booth 2013-08-19 14:32:10 +01:00
parent dd2e1ad8a8
commit ef511438b6

View File

@ -2097,7 +2097,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
}
}
if (win_type != WIN_CONSOLE) {
if (win_type != WIN_CONSOLE && win_type != WIN_MUC) {
status_bar_new(0);
}