<?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/7896" />

	<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-07-13T16:44:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-13T16:44:02-04:00</updated>

		<published>2004-07-13T16:44:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38590#p38590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38590#p38590"/>
		<title type="html"><![CDATA[* no server [help plz!]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38590#p38590"><![CDATA[
Thank you! Oh god (who doesn't exist, but still) thank you!<br>after days and nights of work on a ridiculous IRC bot it finally works!<br>THANK YOU! I can now sleep again! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br>anyway, thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Tue Jul 13, 2004 4:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-07-13T16:29:13-04:00</updated>

		<published>2004-07-13T16:29:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38588#p38588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38588#p38588"/>
		<title type="html"><![CDATA[* no server [help plz!]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38588#p38588"><![CDATA[
Find <strong class="text-strong">loadmodule blowfish</strong> or <strong class="text-strong">checkmodule blowfish</strong> and remove # sign from line. If you don't find that line simply add it your config file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Tue Jul 13, 2004 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-13T15:54:55-04:00</updated>

		<published>2004-07-13T15:54:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38587#p38587</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38587#p38587"/>
		<title type="html"><![CDATA[* no server [help plz!]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38587#p38587"><![CDATA[
lol, thx... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> I got a new config file cause mine was full of errors, but that line was missing in the new one... thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>Buttttttttttt... now I get:<div class="codebox"><p>Code: </p><pre><code>You have installed modules but have not selected an encryption module, please consult the default config file for info.</code></pre></div>The 9th error I've had since I installed the damn thing... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> <br>And I still never got to see it in action...!<br>Quite frustrating... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by Guest — Tue Jul 13, 2004 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-13T06:44:46-04:00</updated>

		<published>2004-07-13T06:44:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38544#p38544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38544#p38544"/>
		<title type="html"><![CDATA[* no server [help plz!]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38544#p38544"><![CDATA[
Have checked the following in eggdrop.conf?<blockquote class="uncited"><div># Set the default port which should be used if none is specified with<br># '.jump' or in 'set servers'.<br>set default-port 6667<br><br># This is the bot's server list. The bot will start at the first server listed,<br># and cycle through them whenever it gets disconnected. You need to change these<br># servers to YOUR network's servers.<br>#<br># The format is:<br>#   server[:port[:password]]<br>#<br># Both the port and password fields are optional; however, if you want to set a<br># password you must also set a port. If a port isn't specified it will default to<br># your default-port setting.<br>set servers {<br>  you.need.to.change.this:6667<br>  another.example.com:7000:password<br>}<br><br>#### IRC MODULE ####<br><br># This module provides basic IRC support for your bot. You have to<br># load this if you want your bot to come on IRC. The server and channels<br># modules must be loaded for this module to function.<br>loadmodule irc</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jul 13, 2004 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-13T05:10:43-04:00</updated>

		<published>2004-07-13T05:10:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38540#p38540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38540#p38540"/>
		<title type="html"><![CDATA[* no server [help plz!]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38540#p38540"><![CDATA[
When I try to start eggdrop I get the following error:<div class="codebox"><p>Code: </p><pre><code>* NO SERVER.</code></pre></div>I've been through hell trying to get eggdrop to work, I've been browsing this forum like crazy, found answers to most of the errors I got, but this one hasn't been posted yet... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> help?<p>Statistics: Posted by Guest — Tue Jul 13, 2004 5:10 am</p><hr />
]]></content>
	</entry>
	</feed>
