diff --git a/mozilla/extensions/irc/xul/content/static.js b/mozilla/extensions/irc/xul/content/static.js index 2b6f541f922..e6ada1e4c26 100644 --- a/mozilla/extensions/irc/xul/content/static.js +++ b/mozilla/extensions/irc/xul/content/static.js @@ -218,6 +218,9 @@ function initHost(obj) obj.networks["undernet"] = new CIRCNetwork ("undernet", [{name: "irc.undernet.org", port:6667}], obj.eventPump); + obj.networks["webbnet"] = + new CIRCNetwork ("webbnet", [{name: "irc.webbnet.org", port:6667}], + obj.eventPump); obj.primNet = obj.networks["efnet"];