From 62b89a4d8a67b89702dc8a6ade6a13e167bc8db6 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 15 Jan 2013 00:02:23 +0000 Subject: Allow /info and /msg in private room chat when nick has space in name --- src/command.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 3606ad3b..d688061f 100644 --- a/src/command.c +++ b/src/command.c @@ -1584,7 +1584,11 @@ _cmd_info(gchar **args, struct cmd_help_t help) if (conn_status != JABBER_CONNECTED) { cons_show("You are not currently connected."); } else { - cons_show_status(usr); + if (win_current_is_groupchat()) { + win_show_status(usr); + } else { + cons_show_status(usr); + } } return TRUE; -- cgit 1.4.1-2-gfad0