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

	<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>2016-07-30T08:17:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-07-30T08:17:33-04:00</updated>

		<published>2016-07-30T08:17:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105284#p105284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105284#p105284"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105284#p105284"><![CDATA[
<blockquote class="uncited"><div>...<br> it seems that the issue related to the server port and hostname </div></blockquote>Did you discover this by using the -n switch?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Jul 30, 2016 8:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-07-30T08:16:25-04:00</updated>

		<published>2016-07-30T08:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105283#p105283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105283#p105283"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105283#p105283"><![CDATA[
<blockquote class="uncited"><div>...<br>Static channel's shouldn't be depreciated, </div></blockquote>Why?<br><blockquote class="uncited"><div>I use the channel blocks on my bots without issue.</div></blockquote>Yes, it still works.<br><br><br>Also, what about:<blockquote class="uncited"><div>Although, it's recommended to add at least 1 static/home channel. </div></blockquote>Why is it recommended, and by whom?<br><br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Jul 30, 2016 8:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2016-07-30T06:52:00-04:00</updated>

		<published>2016-07-30T06:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105282#p105282</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105282#p105282"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105282#p105282"><![CDATA[
Static channel's shouldn't be depreciated, I use the channel blocks on my bots without issue.<br><br>As for the above servers, you're supposed to use a colon <strong class="text-strong">:</strong> instead of a comma <strong class="text-strong">,</strong> and by stipulating the port, it overrides the default setting. You can also use the direct IP address instead of the hostname's, just to make sure it's connecting to where you want it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Sat Jul 30, 2016 6:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[alowall]]></name></author>
		<updated>2016-07-30T04:00:31-04:00</updated>

		<published>2016-07-30T04:00:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105281#p105281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105281#p105281"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105281#p105281"><![CDATA[
Thanks @Get_A_Fix and @willyw for the great help and fast reply but the problem still there, it seems that the issue related to the server port and hostname <blockquote class="uncited"><div>set servers {<br>  irc.kalamngy.com,527<br>  kalamngychat.com,52<br>}</div></blockquote>Default port is 6667 but I'm not sure:<blockquote class="uncited"><div>set default-port 6667</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12642">alowall</a> — Sat Jul 30, 2016 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-07-29T07:47:56-04:00</updated>

		<published>2016-07-29T07:47:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105280#p105280</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105280#p105280"/>
		<title type="html"><![CDATA[Re: Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105280#p105280"><![CDATA[
<blockquote class="uncited"><div>...<br>It seems the bot can't even reach the network ([20:09:35] === <br>...</div></blockquote>Another way to try to find out what is going on -<br><br><br>You are starting the bot like this:<br>./eggdrop -m eggdrop.conf<br>correct?<br><br>Instead, try this:<br>./eggdrop -mn eggdrop.conf<br><br>The addition of the -n switch will keep the bot from going into the background.   You will be able to see more of what is going on.   Hopefully you will see something that will be a clue as to why bot is not logging into the server.<br><br>Side note:<br>With:     ./eggdrop -h<br>it will give you list of all the switches, with brief descriptions.<br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jul 29, 2016 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-07-29T07:42:18-04:00</updated>

		<published>2016-07-29T07:42:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105279#p105279</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105279#p105279"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105279#p105279"><![CDATA[
<blockquote class="uncited"><div>...<br> Although, it's recommended to add at least 1 static/home channel.<br>...</div></blockquote><br>It is?   I didn't know that.   <br><br>Here:<br><a href="http://eggwiki.org/Eggdrop.conf" class="postlink">http://eggwiki.org/Eggdrop.conf</a><br>It says, "Adding channels via the config file is deprecated and discouraged."<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jul 29, 2016 7:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2016-07-29T02:37:46-04:00</updated>

		<published>2016-07-29T02:37:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105278#p105278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105278#p105278"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105278#p105278"><![CDATA[
If you start the bot, like you showed, are you able to telnet the IP the bot is using and the listen port from your *.conf file? This is usually where, on the partyline, you use the <a href="http://www.eggheads.org/support/egghtml/1.6.21" class="postlink">command's</a> to add user's and channel's.<br><br>If you can telnet the bot, you should be able to add dynamic channel's without adding a static Channel Block to your *.conf file. Although, it's recommended to add at least 1 static/home channel.<br>To add a dynamic channel on partyline, type: <div class="codebox"><p>Code: </p><pre><code>.+chan #channel</code></pre></div>To add a static channel block to your *.conf file:<div class="codebox"><p>Code: </p><pre><code>channel add #mychannel {    chanmode "+nt"    idle-kick 0    stopnethack-mode 0    revenge-mode 0    ban-type 2    ban-time 0    exempt-time 0    invite-time 0    aop-delay 1:1    need-op { }    need-invite { }    need-key { }    need-unban { }    need-limit { }    flood-chan 0:0    flood-deop 0:0    flood-kick 0:0    flood-join 0:0    flood-ctcp 0:0    flood-nick 0:0}channel set #mychannel -enforcebans +dynamicbans +userbans +dynamicexemptschannel set #mychannel +userexempts +dynamicinvites +userinvites -protectopschannel set #mychannel -protectfriends -statuslog -revenge -protecthalfopschannel set #mychannel -revengebot +dontkickops -autovoice -autoop -autohalfopchannel set #mychannel -bitch -secret -shared -greet -cycle +nodesynch</code></pre></div>You can read about each function and setting within the original eggdrop.conf file, which should always be copied/edited/used to make your main bot(s).<br><br>You also need to make sure that once you start the bot (even if it's not in/on a channel) that you message it; /msg yourbot hello (to become a recognised owner).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Fri Jul 29, 2016 2:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[alowall]]></name></author>
		<updated>2016-07-28T20:29:47-04:00</updated>

		<published>2016-07-28T20:29:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105277#p105277</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105277#p105277"/>
		<title type="html"><![CDATA[Can't get my Eggdrop bot in my channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105277#p105277"><![CDATA[
Hello, I ve compiled, installed, and configured Eggdrop but can't get my bot in my channel... It seems the bot can't even reach the network ([20:09:35] === Lamestbot: 0 channels, 0 users.)<br><br>Start-up seems to be OK but the bot isn't there<blockquote class="uncited"><div>[20:09:35] --- Loading eggdrop v1.6.21 (Thu Jul 28 2016)<br>[20:09:35] Module loaded: blowfish<br>[20:09:35] Module loaded: dns<br>[20:09:35] Module loaded: channels<br>[20:09:35] Module loaded: server<br>[20:09:35] Module loaded: ctcp<br>[20:09:35] Module loaded: irc<br>[20:09:35] Module loaded: notes            (with lang support)<br>[20:09:35] Module loaded: console          (with lang support)<br>[20:09:35] Module loaded: uptime<br>[20:09:35] Loading dccwhois.tcl...<br>[20:09:35] Loaded dccwhois.tcl<br>[20:09:35] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).<br>[20:09:35] use '.help userinfo' for commands.<br>[20:09:35] Writing channel file...</div></blockquote>What shall I do, thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12642">alowall</a> — Thu Jul 28, 2016 8:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
