fix duplicate /msg output

This commit is contained in:
2026-08-04 11:35:48 -06:00
parent 54514f494f
commit 7c6609a414

View File

@@ -3025,7 +3025,7 @@ cmd_msg (struct session *sess, char *tbuf, char *word[], char *word_eol[])
newsess->server->nick, msg + offset, TRUE, FALSE,
&no_tags);
}
else
else if (!sess->server->have_echo_message)
{
/* mask out passwords */
if (g_ascii_strcasecmp (nick, "nickserv") == 0)