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

ChatZilla only.
r=samuel
a=shaver
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-06-02 11:28:03 +00:00
Родитель 9f9803bbe7
Коммит 874b6b6022
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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)