Bug 345315 - /network command is useless

r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only.
This commit is contained in:
gijskruitbosch%gmail.com 2006-11-13 01:27:33 +00:00
parent f85162da7d
commit 87773af700

View File

@ -1389,7 +1389,7 @@ function cmdNetwork(e)
var network = client.networks[e.networkName];
if (!("messages" in network))
network.displayHere(getMsg(MSG_NETWORK_OPENED, network.name));
network.displayHere(getMsg(MSG_NETWORK_OPENED, network.unicodeName));
dispatch("set-current-view", { view: network });
}