Show message in chat room when nickname conflict

This commit is contained in:
James Booth
2013-01-16 01:00:06 +00:00
parent 02a71e2510
commit af6779401a
2 changed files with 10 additions and 4 deletions

View File

@@ -1624,7 +1624,7 @@ _cmd_msg(gchar **args, struct cmd_help_t help)
g_string_free(full_jid, TRUE);
} else {
cons_show("No such nick \"%s\" in room %s.", usr, room_name);
win_current_show("No such participant \"%s\" in room.", usr);
}
return TRUE;