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

This commit is contained in:
mkaply%us.ibm.com 2000-11-17 19:32:07 +00:00
Родитель eef0c41653
Коммит 92b066089d
1 изменённых файлов: 3 добавлений и 0 удалений

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

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