about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-19 14:32:10 +0100
committerJames Booth <boothj5@gmail.com>2013-08-19 14:32:10 +0100
commitef511438b63ed7227558033250cb12dc3b84f98e (patch)
treebd37112f5c84271fa87ff4bac09742d4edce2b25 /src/command/command.c
parentdd2e1ad8a8800d875f0643fe80fd48f69a388949 (diff)
downloadprofani-tty-ef511438b63ed7227558033250cb12dc3b84f98e.tar.gz
Fixed /who in chat room highlighting console
fixes #184
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 4bd2812b..db5473f6 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -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);
     }