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

	<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>2011-01-26T15:13:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SIrJoKer]]></name></author>
		<updated>2011-01-26T15:13:05-04:00</updated>

		<published>2011-01-26T15:13:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95846#p95846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95846#p95846"/>
		<title type="html"><![CDATA[Need help with crontab and modified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95846#p95846"><![CDATA[
After i type the command i get this:<br><div class="codebox"><p>Code: </p><pre><code>autobotchk 1.10, (C) 2003 Jeff Fisher (guppy@eggheads.org)------------------------------------------------------------Opening 'botnick.conf' for processing ... doneScanning the config file . done  Defaulting $pidfile to "pid.iB0t"  *** ERROR: could not find either $userfile or $botnet-nick  Are you sure this is a valid eggdrop config file?</code></pre></div> How can i fix this error ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10796">SIrJoKer</a> — Wed Jan 26, 2011 3:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-12-03T16:56:13-04:00</updated>

		<published>2010-12-03T16:56:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95264#p95264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95264#p95264"/>
		<title type="html"><![CDATA[Need help with crontab and modified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95264#p95264"><![CDATA[
<blockquote class="uncited"><div># $Id: eggdrop.simple.conf,v <strong class="text-strong"><span style="text-decoration:underline">1.3 2001/07/18</span></strong> 06:20:55 tothwolf Exp $</div></blockquote>Why anyone would use such an ancient config is beyond me. Use the .conf that COMES with eggdrop. Don't use some simplifier, or some .conf generator as they are all incomplete, lacking, redundant, insert other synonym here. Read each #comment and do what they say, implicitly. This isn't rocket science, if you make a mistake you don't risk catastrophic explosions or fires. The biggest risk is you crash your eggdrop, big whoop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Dec 03, 2010 4:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-12-03T14:56:41-04:00</updated>

		<published>2010-12-03T14:56:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95263#p95263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95263#p95263"/>
		<title type="html"><![CDATA[Need help with crontab and modified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95263#p95263"><![CDATA[
<blockquote class="uncited"><div>well autobotchk is in scripts folder. the problem is not that it will not work. the problem is that the chan ans userfiles are not in the root Folder of the bot, they are in a new Folder, calles system. So its a bit better sorted.<br>...<br>edit: from what i can see (im no tcl Coder) i have to rewrite the autobotchk to point it to the correct folder. in my case /system/<br>but i have no clue what to write....</div></blockquote><br>All autobotchk does, is create a botchk file for you, and create the entry to run it in crontab.<br>Thus, at this point, I'm thinking that it might be easier for you to NOT use autobotchk at all, and just create your own botchk file, and crontab entry.<br>That way, you can manually enter the paths and filenames yourself, in the new botchk file that you create.<br><br>Have a look in your scripts dir, for    <br>botchk<br>and make a copy of it, to work with,  keeping the original as-is, for reference.<br><br>The file is well commented with instructions.<br><br>Also, there are some brief instructions on editing the botchk file here:<br><a href="http://www.egghelp.org/setup.htm" class="postlink">http://www.egghelp.org/setup.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Dec 03, 2010 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fraud]]></name></author>
		<updated>2010-12-03T13:21:21-04:00</updated>

		<published>2010-12-03T13:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95262#p95262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95262#p95262"/>
		<title type="html"><![CDATA[Need help with crontab and modified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95262#p95262"><![CDATA[
well autobotchk is in scripts folder. the problem is not that it will not work. the problem is that the chan ans userfiles are not in the root Folder of the bot, they are in a new Folder, calles system. So its a bit better sorted.<br><br>If i move the autobotchk into the root folder of my eggdrop and use the command line i posted before..... <br>  *** ERROR: could not find either $userfile or $botnet-nick<br><br>I think the problem is the system folder....<br><br><br>edit: from what i can see (im no tcl Coder) i have to rewrite the autobotchk to point it to the correct folder. in my case /system/<br>but i have no clue what to write....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9931">Fraud</a> — Fri Dec 03, 2010 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-12-03T10:06:58-04:00</updated>

		<published>2010-12-03T10:06:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95261#p95261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95261#p95261"/>
		<title type="html"><![CDATA[Re: Need help with crontab andmodified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95261#p95261"><![CDATA[
<blockquote class="uncited"><div>Hello. i wanted to start a crontab for an eggdrop but when i enter <br><blockquote class="uncited"><div>./autobotchk eggdrop.conf -dir /home/to/my/eggdrop/root/dir -noemail</div></blockquote>...</div></blockquote><br>Just curious - what directory are you running autobotchk in?<br><br><br>Some time ago, I found that to get it to work,  that I had to copy autobotchk from the scripts dir, up one dir, to the bot's main dir -  and run it there.<br><br>Give it a try.<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 Dec 03, 2010 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fraud]]></name></author>
		<updated>2010-12-03T09:53:04-04:00</updated>

		<published>2010-12-03T09:53:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95260#p95260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95260#p95260"/>
		<title type="html"><![CDATA[Need help with crontab and modified eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95260#p95260"><![CDATA[
Hello. i wanted to start a crontab for an eggdrop but when i enter <br><blockquote class="uncited"><div>./autobotchk eggdrop.conf -dir /home/to/my/eggdrop/root/dir -noemail</div></blockquote>I do get this error<br><blockquote class="uncited"><div>autobotchk 1.10, (C) 2003 Jeff Fisher (<a href="mailto:guppy@eggheads.org">guppy@eggheads.org</a>)<br>------------------------------------------------------------<br><br>Opening 'eggdrop.conf' for processing ... done<br>Scanning the config file .. done<br>  Defaulting $pidfile to "pid.mybot"<br>  *** ERROR: could not find either $userfile or $botnet-nick<br><br>  Are you sure this is a valid eggdrop config file?</div></blockquote>My config looks this one<div class="codebox"><p>Code: </p><pre><code>#! /path/to/executable/eggdrop# ^- set that to the directory eggdrop is in ie "#! /home/lamest/egg/eggdrop"## $Id: eggdrop.simple.conf,v 1.3 2001/07/18 06:20:55 tothwolf Exp $## This is a sample configuration file for your bot.  You will definitely# want to edit this, to set up your bot.  Right now it creates a bot called# "LamestBot" which sits on channel #lamest.## more options can be found in files in doc/settings/## IMPORTANT: Remember to make install and cd to the directory it created# (~/eggdrop by default) before you continue, running the bot from# eggdrop1.6.x/ will not work.## PLEASE EDIT THIS FILE COMPLETELY! YOUR BOT WILL NOT FUNCTION PROPERLY IF# YOU DO NOT CONFIGURE IT CORRECTLY! WE CAN NOT STRESS THIS ENOUGH!# don't edit those 9 lines now!!set mod-path "modules/"set help-path "help/"set text-path "text/"loadmodule dnsloadmodule channelsloadmodule serverloadmodule ctcploadmodule irc#loadmodule notesloadmodule consoleloadmodule shareloadmodule transfercheckmodule blowfish# start configuring here!##### variables:set nick NICKNAMEset username USERNAMEset botnet-nick BOTNETNICK# the nick of the bot, that which it uses on IRC, and on the botnet# unless you specify a sperate botnet-nickset altnick "ALTNICK"# an alternative nick to use if the nick specified by 'set nick' is# unavailable. All '?' characters will be replaced by a random number.set realname "another realname"# what to display in the real-name field for the botset servers {  irc.quakenet.org:6667}# the server list -- the bot will start at the first server listed, and cycle# through them whenever it's disconnected# (please note: you need to change these servers to YOUR network's servers)channel add #mychanset global-flood-chan 0:0set global-flood-deop 0:0set global-flood-kick 0:0set global-flood-join 0:0set global-flood-ctcp 0:0set global-flood-nick 0:0set global-chanmode ""set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-time 0set global-exempt-time 0set global-invite-time 0set global-chanset {-enforcebans-dynamicbans +userbans-dynamicexempts +userexempts-dynamicinvites +userinvites-autoop -autohalfop -autovoice-bitch -protectops -protecthalfops -protectfriends -revenge -revengebot-dontkickops -greet -statuslog-secret +shared-cycle -inactive-seen+nodesynch}set net-type 0# set here your network# [0/1/2/3/4/5] What is your network?# 0 = Efnet (non +e/+I hybrid), 1 = IRCnet, 2 = Undernet, 3 = Dalnet,# 4 = Efnet +e/+I hybrid, 5 = Others# log files      set max-logs 5      set max-logsize 0      set quick-logs 0      set raw-log 0logfile jpk * logs/${username}.log      set log-time 1      set keep-all-logs 0      set logfile-suffix .%d%b%Y      set switch-logfiles-at 300      set quiet-save 1# Eggdrop Telnet Port &amp; Connection IPlisten 2211 allset my-ip 123.321.456.654# User Settingsset owner OWNERset admin ADMINaddlang "english"# files &amp; directories      if {![file isdirectory system]} {        file mkdir system      }      set pidfile  system/pid.${username}      set userfile system/${username}.userset chanfile system/${username}.chanset ident "IDENT"bind evnt -|- connect-server evnt:connect_serverproc evnt:connect_server { type } {    global ident    set file [open ~/.oidentd.conf "w"]    puts $file "global { reply \"$ident\" }"    close $file}# default console flagsset console "mkcobxs"# you have to remove this line to make your bot work#die "you didn't edit your config file! that's a NO NO"##### SCRIPTS ###### these are some commonly loaded (and needed) scripts.source scripts/alltools.tclsource scripts/action.fix.tclsource scripts/compat.tcl#source scripts/userinfo.tcl#loadhelp userinfo.help</code></pre></div>Hope that anyone can help me. Thanks a lot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9931">Fraud</a> — Fri Dec 03, 2010 9:53 am</p><hr />
]]></content>
	</entry>
	</feed>
