Bug 204411 - Re-request channel topic when character encoding is changed.

ChatZilla only.
r=samuel
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174052 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk
2005-06-02 11:28:03 +00:00
parent 9cfd8627b4
commit ed21ffbaf4

View File

@@ -940,6 +940,10 @@ function cmdCharset(e)
}
display(getMsg(msg, pm.prefs["charset"]));
// If we're on a channel, get the topic again so it can be re-decoded.
if (e.newCharset && e.server && e.channel)
e.server.sendData("TOPIC " + e.channel.encodedName + "\n");
}
function cmdCreateTabForView(e)