Allow /info and /msg in private room chat when nick has space in name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user