mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-08-24 00:59:24 +00:00
fix duplicate /msg output
This commit is contained in:
@@ -3025,7 +3025,7 @@ cmd_msg (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||||||
newsess->server->nick, msg + offset, TRUE, FALSE,
|
newsess->server->nick, msg + offset, TRUE, FALSE,
|
||||||
&no_tags);
|
&no_tags);
|
||||||
}
|
}
|
||||||
else
|
else if (!sess->server->have_echo_message)
|
||||||
{
|
{
|
||||||
/* mask out passwords */
|
/* mask out passwords */
|
||||||
if (g_ascii_strcasecmp (nick, "nickserv") == 0)
|
if (g_ascii_strcasecmp (nick, "nickserv") == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user