mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 345315 - /network command is useless
r=silver@warwickcompsoc.co.uk (James Ross) ChatZilla Only.
This commit is contained in:
parent
f85162da7d
commit
87773af700
@ -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 });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user