rginda said it was OK for me to add webbnet to the list of networks

git-svn-id: svn://10.0.0.236/trunk@82737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-11-17 19:32:07 +00:00
parent c736fa4e7e
commit d469d511d4

View File

@ -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"];