1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Fix bug with charset decoding on IRC private buffers (decoding was made for local nick instead of remote nick) (bug #31890)

This commit is contained in:
Sebastien Helleu
2010-12-15 17:57:43 +01:00
parent 62dc84f4e9
commit 987044405b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1946,7 +1946,7 @@ irc_server_msgq_flush ()
&channel, &arguments);
/* convert charset for message */
if (channel)
if (channel && irc_channel_is_channel (channel))
{
snprintf (modifier_data, sizeof (modifier_data),
"%s.%s.%s",