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

	<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>2009-06-26T17:31:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2009-06-26T17:31:46-04:00</updated>

		<published>2009-06-26T17:31:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89355#p89355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89355#p89355"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89355#p89355"><![CDATA[
<a href="http://www.egghelp.org/setup.htm#config" class="postlink">This is the simplest way to solve your problem.</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Fri Jun 26, 2009 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mewbie]]></name></author>
		<updated>2009-06-26T06:02:59-04:00</updated>

		<published>2009-06-26T06:02:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89347#p89347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89347#p89347"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89347#p89347"><![CDATA[
I think the easiest way for you to do this (apart from searching on sites  to learn about eggdrop conf files) Is login to your shell via ftp, (in your ftp tool/ options depending on your shell provider, protocol might be SFTP) and download to your box the 'bots.conf' file.<br>You find this file in your bot's root directory. <br>For example: /home/yourname/botsname/bots.conf<br><br>Open that with wordpad and start reading. You'll learn a lot just from that one file <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> Further more in that file it will tell you which lines to remove.<br><br>Btw, if a line is preceded with: #<br>It's called 'commented'. This means that the program won't read whats on that line. Its generally instructions for the user or various optional commands.<br><br>So to 'uncomment' a line is simply to remove the preceding: #<br><br>It's also good to have a look around via FTP- get to know the paths and whats on there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10552">Mewbie</a> — Fri Jun 26, 2009 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[audi]]></name></author>
		<updated>2009-06-24T01:29:55-04:00</updated>

		<published>2009-06-24T01:29:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89319#p89319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89319#p89319"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89319#p89319"><![CDATA[
Actually i dont know how and where to edit configuration file:(<br>am badly hanged:(<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10721">audi</a> — Wed Jun 24, 2009 1:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-06-22T18:08:17-04:00</updated>

		<published>2009-06-22T18:08:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89298#p89298</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89298#p89298"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89298#p89298"><![CDATA[
<blockquote class="uncited"><div>tnx for quick reply i did it and it gave following msg.<br>[17:10] --- Loading eggdrop v1.6.19 (Mon Jun 22 2009)<br>[17:10] * Please make sure you edit your config file completely.<br><br>i again gave command./eggdrop 'bot'<br>again the msg came.' i detect that bot running in the same directory.I again tried to telnet to bot but cudnt.Am quite new in eggdrops.Dont know how to edit config file editing.<br>Regards</div></blockquote>The only way you would be seeing <strong class="text-strong">"[17:10] * Please make sure you edit your config file completely. </strong>" is from not following the advice below.<div class="codebox"><p>Code: </p><pre><code># You MUST remove this line for your bot to start. This has been added to# prevent you from starting up a bot that is not fully configured. Bots# that have not been fully configured may join the wrong IRC network, the# wrong channels, or generally do things that you do not want. Please make# sure that you have double-checked every setting. There's also a similar line# lower down, just to make sure you're reading :)die "Please make sure you edit your config file completely."</code></pre></div><div class="codebox"><p>Code: </p><pre><code># Comment out this next line. Otherwise, your bot won't start.die "You didn't edit your config file completely like you were told, did you?"</code></pre></div>These are here to keep you from trying to run a malconfigured bot and throwing it onto an active irc network. This could cause havoc. So to prevent this, in 2 or 3 spots there are some DIE commands sprinkled. Simply #comment them making them harmless and make sure you are reading/editing your config _COMPLETELY_ otherwise we can't help you if you can't even help yourself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon Jun 22, 2009 6:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[audi]]></name></author>
		<updated>2009-06-22T13:17:56-04:00</updated>

		<published>2009-06-22T13:17:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89287#p89287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89287#p89287"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89287#p89287"><![CDATA[
tnx for quick reply i did it and it gave following msg.<br>[17:10] --- Loading eggdrop v1.6.19 (Mon Jun 22 2009)<br>[17:10] * Please make sure you edit your config file completely.<br><br>i again gave command./eggdrop 'bot'<br>again the msg came.' i detect that bot running in the same directory.I again tried to telnet to bot but cudnt.Am quite new in eggdrops.Dont know how to edit config file editing.<br>Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10721">audi</a> — Mon Jun 22, 2009 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-06-22T12:37:16-04:00</updated>

		<published>2009-06-22T12:37:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89284#p89284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89284#p89284"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89284#p89284"><![CDATA[
try ./eggdrop -nm eggdrop.conf<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Mon Jun 22, 2009 12:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[audi]]></name></author>
		<updated>2009-06-22T12:11:35-04:00</updated>

		<published>2009-06-22T12:11:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89283#p89283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89283#p89283"/>
		<title type="html"><![CDATA[bot shown running in shell but cant connect it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89283#p89283"><![CDATA[
When i log in into my shell and cd "bot" then i send command "./eggdrop 'bot', it say already connected.when i telnet the bot i cant connect to it.I did the following<br>1-i kill -9 'pid'<br>2-i retyped the above commands<br>3-it showed launched but i could not connect nor the bot get connected to irc.<br>can any one guide me am newbie in eggdrops.i also dont know how to get into through dcc.<br>Thanks in anticipation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10721">audi</a> — Mon Jun 22, 2009 12:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
