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

	<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>2008-07-29T09:47:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-29T09:47:09-04:00</updated>

		<published>2008-07-29T09:47:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84250#p84250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84250#p84250"/>
		<title type="html"><![CDATA[Bot leave channel after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84250#p84250"><![CDATA[
My best guess, is that your channel's file is not properly saved when your eggdrop unloads the channels module upon .restart.<br>You most likely retain the channel settings as the chanset linked list (holding each channel record in memory) really isn't reset during a restart...<br><br>As to why it isn't properly saved, I have no clues yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jul 29, 2008 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2008-07-29T01:45:30-04:00</updated>

		<published>2008-07-29T01:45:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84236#p84236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84236#p84236"/>
		<title type="html"><![CDATA[Bot leave channel after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84236#p84236"><![CDATA[
Thank for the reply<br><br>     I have to specify that the channel #quizz isnt defined in the conf file, but i have added it longtime ago using the command .+chan , to be able to remove it with .-chan whenever i want without editing the conf file.<br><br>   Like nml375 asked me, after a .+chan, .chaninfo showing having back the dynamic settings by magic,  I saved the chanfile with .chansave, and checked the chanfile, the record for #quizz was there. I did a rehash, and the bot didnt quit the channel, which is good.<br><br>     The problem is that after, i did a .restart, and and the bot joined the channel with no problem, having all the dynamic settings. But when i rehashed after, the bot left the channel  ! Means that a .rehash wont affect the bot. A .restart wont affect the bot. But a .restart followed by a .rehash will make the bot leave the channel ! i tested this many times. What can be the problem in your opinion ?   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>By the way, in general, when i .restart the bot, it shows no quit/left message, but this time it shows the following message : <blockquote class="uncited"><div>Quizz (<a href="mailto:quizz@Quizz.users.undernet.org">quizz@Quizz.users.undernet.org</a>) has left #quizz (Left all channels)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Tue Jul 29, 2008 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-28T11:54:47-04:00</updated>

		<published>2008-07-28T11:54:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84219#p84219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84219#p84219"/>
		<title type="html"><![CDATA[Bot leave channel after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84219#p84219"><![CDATA[
This could also indicate some issues with your channels-file.<br><br>This error would generally occur if a dynamic channel is removed from the channels-file when your eggdrop rehashes; that is, your eggdrop did not find a record for the channel in it's channels-file that it previously thought it kept track of.<br><br>What if you manually save channel-settings after adding the channel using .+chan?<div class="codebox"><p>Code: </p><pre><code>.+chan #quiss.chaninfo #quiss.chanset #quiss .......chansave</code></pre></div>Once saved, could you check the channels-file to make sure it has a record for the channel in question?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Jul 28, 2008 11:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tmyoungjr]]></name></author>
		<updated>2008-07-28T11:33:18-04:00</updated>

		<published>2008-07-28T11:33:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84217#p84217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84217#p84217"/>
		<title type="html"><![CDATA[Bot leave channel after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84217#p84217"><![CDATA[
are you certain the channel exists in your config?  as silly as it sounds it feels as simple as your eggdrop.conf is just missing the appropriate channel statement<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9254">tmyoungjr</a> — Mon Jul 28, 2008 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2008-07-28T01:35:11-04:00</updated>

		<published>2008-07-28T01:35:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84206#p84206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84206#p84206"/>
		<title type="html"><![CDATA[Bot leave channel after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84206#p84206"><![CDATA[
Hello all<br><br>   i m having a problem eachtime i rehash my bot. Right after a rehash, bot quit the channel, and i see this in the partyline : <blockquote class="uncited"><div>&lt;valkyrie&gt; [00:56] No longer supporting channel #quizz<br>&lt;valkyrie&gt; [00:56] Ignored masks for channel(s): #quizz <br>&lt;valkyrie&gt; [00:56] Userfile loaded, unpacking...</div></blockquote>When i do .status, the channel #quizz dont appear in the list.<br><br>When i do in the partyline : .+chan #quizz , the bot come back to the channel, and when i do .chaninfo #quizz, i see that the bot has back almost all the dynamic settings. So why the bot quit the channel after a rehasing and say that the channel isnt supported anymore, but when i make him come back again i find exactly the dynamic settings i set before ?<br><br>What can be the problem ?:( How can i solve it ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Mon Jul 28, 2008 1:35 am</p><hr />
]]></content>
	</entry>
	</feed>
