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

	<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>2013-08-12T09:44:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sib]]></name></author>
		<updated>2013-08-12T09:44:23-04:00</updated>

		<published>2013-08-12T09:44:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101980#p101980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101980#p101980"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101980#p101980"><![CDATA[
Problem solved thanks to Madalin with a simple conf file and a new auth script. Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12271">Sib</a> — Mon Aug 12, 2013 9:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2013-08-12T09:24:14-04:00</updated>

		<published>2013-08-12T09:24:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101979#p101979</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101979#p101979"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101979#p101979"><![CDATA[
<blockquote class="uncited"><div>...<br>Basically, when it doesn't join, it stops at the auth lines.</div></blockquote>"auth lines?"<br>What do you mean?<br><blockquote class="uncited"><div>When it does join (without any scripts), it adds "Botname joined #chan"</div></blockquote>If you believe it is caused by a script - and you seem to indicate that - then carefully determine exactly which script is causing it.<br><br>Once you know which script it is, then you can decide what to do then.<br>Either quit using the script, or figure out what is wrong with it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Aug 12, 2013 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sib]]></name></author>
		<updated>2013-08-12T09:04:14-04:00</updated>

		<published>2013-08-12T09:04:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101978#p101978</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101978#p101978"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101978#p101978"><![CDATA[
I did try that just now. Nothing particular showed up in my shell console. Nothing more than what I see in partyline when I do a .restart. <br><br>Basically, when it doesn't join, it stops at the auth lines.<br>When it does join (without any scripts), it adds "Botname joined #chan"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12271">Sib</a> — Mon Aug 12, 2013 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2013-08-11T12:05:45-04:00</updated>

		<published>2013-08-11T12:05:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101977#p101977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101977#p101977"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101977#p101977"><![CDATA[
Have you tried running the bot with the -n switch?<br><br>" -n   Don't background; send all log entries to console. "<br><br>Do:  <br> ./eggdrop -h<br>to see a list of the various switches.<br><br><br>This way, perhaps you will be able to see what is happening, when the bot tries and fails to join the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Aug 11, 2013 12:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sib]]></name></author>
		<updated>2013-08-11T08:21:09-04:00</updated>

		<published>2013-08-11T08:21:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101976#p101976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101976#p101976"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101976#p101976"><![CDATA[
I tried running it without the extra scripts loaded (which work, though) and the bot automatically joins the chan. <br><br>Tried to add each and every of those scripts once at a time and the problem comes back. Could it be the encoding of the file that messes up the bot or something? I modify my conf and tcl files with Notepad++ but I'm not quite sure that the encoding chosen is right or not. But a weird thing is that even if those scripts have that undesirable consequence, they work. For instance, I added the auth.tcl script which is supposed to auth me to Q on Quakenet.org and it does auth me properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12271">Sib</a> — Sun Aug 11, 2013 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-08-11T06:02:48-04:00</updated>

		<published>2013-08-11T06:02:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101975#p101975</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101975#p101975"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101975#p101975"><![CDATA[
I don't see anything in the settings to make it behave like you mentioned, so the culprit must be one of the scripts you load. Add one at a time until you find it and either post on the forum about it maybe we can fix it or find an alternative.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Aug 11, 2013 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sib]]></name></author>
		<updated>2013-08-10T18:32:07-04:00</updated>

		<published>2013-08-10T18:32:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101972#p101972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101972#p101972"/>
		<title type="html"><![CDATA[Eggdrop not able to automatically join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101972#p101972"><![CDATA[
Hi,<br><br>This is a very weird problem I'm having with my eggdrop. But first, let me start by telling you that I'm using the last version available and that I'm running it on a Debian 7 server.<br><br>Before I started adding scripts to the eggdrop, it would normally connect on the specified server and the chan I had setup. And that, automatically.<br><br>Now, even though it is setup for that specific chan, it just won't come in automatically. If I do want to make him come there, I have to go in partyline. And then when I do .+chan #chan, it says that the chan already exists, which is the case. But still, it dosn't make him go there. To have it go there, I have to do .-chan and then .+chan. Then he comes. So I do .save, .restart to see if the problem will be fixed but nope, same as before, he just doesn't join.<br><br>I checked in the bot.chan and just so you know, it's not on +inactive. Oh, and when I didn't use that previous trick, I tried using the partyline command to have the -inactive mode and then, magically, the bot arrived.<br><br>I even tried uninstalling and recompiling everything, followed by a complete server restart: no change. I just dont understand what changed between before and now. CHMOD, maybe?...<br><br>This is my bot.chan by the way:<blockquote class="uncited"><div>#Dynamic Channel File for  (eggdrop v1.6.20) -- written Fri Feb 18 12:40:37 2011<br><br>channel add #chan { chanmode +tn idle-kick 0 stopnethack-mode 0 revenge-mode 1 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 15:60 flood-ctcp 3:60 flood-join 5:60 flood-kick 3:10 flood-deop 3:10 flood-nick 5:60 aop-delay 5:30 ban-type 5 ban-time 120 exempt-time 60 invite-time 60 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet +protectops -protecthalfops +protectfriends +dontkickops -statuslog -revenge -revengebot -autovoice -secret +shared +cycle -seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch -static }</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12271">Sib</a> — Sat Aug 10, 2013 6:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
