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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user