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

	<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>2020-05-22T16:26:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2020-05-22T16:26:46-04:00</updated>

		<published>2020-05-22T16:26:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108442#p108442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108442#p108442"/>
		<title type="html"><![CDATA[Eggdrop not saving userfile]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108442#p108442"><![CDATA[
Look at the folder permissions, like the guys above me said<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Fri May 22, 2020 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-04-26T14:56:48-04:00</updated>

		<published>2020-04-26T14:56:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108324#p108324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108324#p108324"/>
		<title type="html"><![CDATA[Eggdrop not saving userfile]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108324#p108324"><![CDATA[
Like willyw said make sure each important line is set correctly <br><br>TIP also  make sure none of the important lines are commented ›› #<br>remember the    " "    in those lines also <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sun Apr 26, 2020 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2020-04-26T11:13:14-04:00</updated>

		<published>2020-04-26T11:13:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108323#p108323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108323#p108323"/>
		<title type="html"><![CDATA[Re: Eggdrop not saving userfile]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108323#p108323"><![CDATA[
<blockquote class="uncited"><div>...<br>But for the rest it is not responding at all.<br>commands like "help all" gives "no help available on that".</div></blockquote>You did this on the partyline, correct?<br>and the first character is a dot, correct?<br>as in:<br>.help all<br><blockquote class="uncited"><div>So it looks like the userfile is not saved. </div></blockquote>Have a look for it.  Be sure.<br>Is it there?<br>It sounds like you won't find it ... but it only takes seconds to have a look and be sure.<br><blockquote class="uncited"><div>It also gives a warning when I start the eggdrop :"* Warning! Could not write pid.mychan "</div></blockquote>It's sounding like the bot does not have write permission in the dir that it is trying to write these files in.<br><blockquote class="uncited"><div>I have been looking all over the www but can not find in which directory that userfile should be.</div></blockquote>Bot will try to write it exactly where you have told it to, in eggdrop.conf .<br><br>For example:<div class="codebox"><p>Code: </p><pre><code># Specify here the filename your userfile should be saved as.###set userfile "LamestBot.user"set userfile "imabot.user"</code></pre></div>That's copy-and-paste, right out of a working bot.<br><br>Since there is no path specified, the file is created in the bot's dir.<br>It's relative.<br><blockquote class="uncited"><div>I'm using FreeBSD server.</div></blockquote>I know just about nothing of FreeBSD.<br><br>I assume that it has file and directory permissions, same as Debian and ubuntu and others.<br><br>By chance, did you create the bot's directory while you were root?<br>In other words,  check to see who owns the bot's directory.   (All the directories related to the bot, while you are at it.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Apr 26, 2020 11:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[alan]]></name></author>
		<updated>2020-04-26T09:44:22-04:00</updated>

		<published>2020-04-26T09:44:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108322#p108322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108322#p108322"/>
		<title type="html"><![CDATA[Eggdrop not saving userfile]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108322#p108322"><![CDATA[
Goodday everybody,<br><br>thank you for your time reading my problem.<br><br>I set up the eggdrop-1.8.4 but it has some problems.<br><br>The bot is showing up in the channel.<br>It reacts on /msg hello<br>And I can set a password.<br><br>But for the rest it is not responding at all.<br>commands like "help all" gives "no help available on that".<br><br><br>Also I cannot start the eggdrop without the -m option.<br>So it looks like the userfile is not saved. <br><br>It also gives a warning when I start the eggdrop :"* Warning! Could not write pid.mychan "<br><br>I have been looking all over the www but can not find in which directory that userfile should be.<br><br>I'm using FreeBSD server.<br><br>hope I'm clear enough and somebody can help me out.<br><br>Regards Alan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12864">alan</a> — Sun Apr 26, 2020 9:44 am</p><hr />
]]></content>
	</entry>
	</feed>
