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:
parent
c736fa4e7e
commit
d469d511d4
@ -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"];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user