mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 07:46:22 +00:00
Pass jid when creating new window for /msg with no message
This commit is contained in:
@@ -1987,7 +1987,7 @@ _cmd_msg(gchar **args, struct cmd_help_t help)
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
} else {
|
} else {
|
||||||
ui_new_chat_win(usr);
|
ui_new_chat_win(usr_jid);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user