1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
This commit is contained in:
James Booth 2013-05-22 13:47:25 +01:00
parent c4e279202b
commit fce295d64a

View File

@ -1974,6 +1974,9 @@ _cmd_msg(gchar **args, struct cmd_help_t help)
} else {
char *usr_jid = roster_barejid_from_name(usr);
if (usr_jid == NULL) {
usr_jid = usr;
}
if (msg != NULL) {
message_send(msg, usr_jid);
ui_outgoing_msg("me", usr_jid, msg);