<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/7673" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-06-14T14:18:44-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/7673</id>

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-14T14:18:44-04:00</updated>

		<published>2004-06-14T14:18:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37358#p37358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37358#p37358"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37358#p37358"><![CDATA[
Yes the irc.dal.net pool is sometimes not connectable, mainly they've shut it down due to the recent denial of service attacks. However it might work sometimes on different ports.<br><br>But connecting to it is not the best of choices, you can directly try the server aliases. <br><br><a href="http://www.dal.net/servers/index.php3" class="postlink">http://www.dal.net/servers/index.php3</a><br><br>Most of the client servers availiable for connection are:<br><br>mesra.kl.my.dal.net<br>hotspeed.sg.as.dal.net<br>powertech.no.eu.dal.net<br>broadway.ny.us.dal.net<br>jade.va.us.dal.net<br>dragons.ca.us.dal.net<br>rumble.fl.us.dal.net<br><br>These should be enough... you must be thinking how<br>I can remember these by hard, well been using DALnet<br>since 6+ years... so I am familiar with almost everything.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Jun 14, 2004 2:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-14T11:48:11-04:00</updated>

		<published>2004-06-14T11:48:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37337#p37337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37337#p37337"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37337#p37337"><![CDATA[
irc.dal.net doesn't actually exist these days along with a few other servers that apparently seem to be there.  A full list of connectable DALnet servers is available on their website and is now updated on a regular basis.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jun 14, 2004 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-13T09:45:45-04:00</updated>

		<published>2004-06-13T09:45:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37293#p37293</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37293#p37293"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37293#p37293"><![CDATA[
Here use this setting.<br>I am a DALnet user and you need to specifiy<br>some other ports such as 6668, 6669 etc as 6667 and<br>7000 as the default ones are mostly busy and difficult<br>to connect to.<br><div class="codebox"><p>Code: </p><pre><code># What is your network?#   0 = EFnet (non +e/+I Hybrid)#   1 = IRCnet#   2 = Undernet#   3 = DALnet#   4 = +e/+I Hybrid#   5 = Othersset net-type 3# Set the default port which should be used if none is # specified with '.jump' or in 'set servers'.set default-port 6669# This is the bot's server list. The bot will start at the # first server listed, and cycle through them whenever # it gets disconnected. You need to change these servers # to YOUR network's servers.## The format is:#   server[:port[:password]]## Both the port and password fields are optional; however, # if you want to # set a password you must also set a port. # If a port isn't specified it will default to your # default-port setting.set servers {broadway.ny.us.dal.net:6668broadway.ny.us.dal.net:6669rumble.fl.us.dal.net:6669rumble.fl.us.dal.net:6668hotspeed.sg.as.dal.net:6669mesra.kl.my.dal.net:6668irc.dal.net:6669irc.dal.net:6667}# This setting defines how long Eggdrop should wait before # moving from oneserver to another on disconnect. If you # set 0 here, Eggdrop will not wait at all and will connect # instantly. Setting this too low could result in your bot # being K:Lined.set server-cycle-wait 10# Set here how long Eggdrop should wait for a response when # connecting to a server before giving up and moving on to # next server.set server-timeout 10# If the number of servers on the net gets below this number, # the botwill jump to a new server (it will assume it's on the # losing end of a netsplit). Set this to 0 to turn off. If your # bot  is running on any major IRC network, this should # probably be turned off.set servlimit 0# Set this to 1 if Eggdrop should check for stoned servers? # (where the server connection has died, but Eggdrop hasn't # been notified yet).set check-stoned 0# If you want your bot to exit the server if it receives an # ERROR message, set this to 1.set serverror-quit 1</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jun 13, 2004 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-06-13T03:55:48-04:00</updated>

		<published>2004-06-13T03:55:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37280#p37280</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37280#p37280"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37280#p37280"><![CDATA[
<blockquote class="uncited"><div>If you are connecting to dalnet, use port 7000 not 6667 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>What does that have to do with his problem?<br><br>Skoolboy: did you .restart the bot after updating the .conf? If you just add servers and .rehash, the new servers will be added to the server list, but the old will still be there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Sun Jun 13, 2004 3:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-12T20:09:29-04:00</updated>

		<published>2004-06-12T20:09:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37270#p37270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37270#p37270"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37270#p37270"><![CDATA[
<blockquote class="uncited"><div>If you are connecting to dalnet, use port 7000 not 6667 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote><br>its set to 7000.  the eggdrop set was fine and by default..it goes to efnet.  i have edit the eggdrop.config file with:<br><br># Set the default port which should be used if none is specified with<br># '.jump' or in 'set servers'.<br>set default-port 7000<br><br>also....<br><br>set servers {<br>  irc.dal.net:7000<br>  <br>}<br><br>it still goes to efnet...i can telnet and still can see the efnet servers. but when i jump to a dalnet server it will go.<p>Statistics: Posted by Guest — Sat Jun 12, 2004 8:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-12T20:02:57-04:00</updated>

		<published>2004-06-12T20:02:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37268#p37268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37268#p37268"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37268#p37268"><![CDATA[
If you are connecting to dalnet, use port 7000 not 6667 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Jun 12, 2004 8:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-12T19:59:57-04:00</updated>

		<published>2004-06-12T19:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37267#p37267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37267#p37267"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37267#p37267"><![CDATA[
<blockquote class="uncited"><div>check your "set servers"  list... and if running netbots check in netset.tcl it overrides the confs server list i believe</div></blockquote>im able to see the server list on telnet....now  i need to edit it and laod dalnet servers...i edit the eggdrop.config with the dalnet servers...<br>it still goes to efnet.  but when i jump it to a dalnet server it goes.<p>Statistics: Posted by Guest — Sat Jun 12, 2004 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2004-06-12T18:59:28-04:00</updated>

		<published>2004-06-12T18:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37265#p37265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37265#p37265"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37265#p37265"><![CDATA[
check your "set servers"  list... and if running netbots check in netset.tcl it overrides the confs server list i believe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sat Jun 12, 2004 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-12T18:26:58-04:00</updated>

		<published>2004-06-12T18:26:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37264#p37264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37264#p37264"/>
		<title type="html"><![CDATA[Connect to dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37264#p37264"><![CDATA[
the eggdrop running ang goes to efnet. i edit eggdrop.config to go to dalnet on #3 on set server module, it wont go to dalnet...what did i miss?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by Guest — Sat Jun 12, 2004 6:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
