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

	<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>2012-11-20T05:51:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[thenashy]]></name></author>
		<updated>2012-11-20T05:51:30-04:00</updated>

		<published>2012-11-20T05:51:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100242#p100242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100242#p100242"/>
		<title type="html"><![CDATA[Config File Not Loaded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100242#p100242"><![CDATA[
Thanks, I ended up starting over and got it to work.   <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=12128">thenashy</a> — Tue Nov 20, 2012 5:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2012-11-19T10:01:30-04:00</updated>

		<published>2012-11-19T10:01:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100240#p100240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100240#p100240"/>
		<title type="html"><![CDATA[Re: Config File Not Loaded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100240#p100240"><![CDATA[
<blockquote class="uncited"><div><br>...<blockquote class="uncited"><div>Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads<br>[20:35:22] --- Loading eggdrop v1.6.21 (Mon Nov 19 2012)<br>[20:35:22] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br>-bash-3.2$</div></blockquote>...<br><br>I have renamed the config as config.config. <br>...<br>Type ./eggdrop -m bhq.config<br></div></blockquote>If you've named the conf file, "config.config",  then use:<br>./eggdrop -m config.config<br>so it can find it.<br><br><blockquote class="uncited"><div>...<br> I have also attempted to download a premade short conig<br>...</div></blockquote>Often, the 'premade' conf just bring headache, and waste time.<br><br>Why not start with the fully commented eggdrop.conf that you got when you followed that install procedure?  <br>Carefully edit it as needed.<br>Then YOU know what is in it.<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> — Mon Nov 19, 2012 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thenashy]]></name></author>
		<updated>2012-11-19T06:58:11-04:00</updated>

		<published>2012-11-19T06:58:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100239#p100239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100239#p100239"/>
		<title type="html"><![CDATA[Config File Not Loaded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100239#p100239"><![CDATA[
I have looked over the forums, and am still not able to work out what is wrong.  I am very new to all of this, so I apologise if I've made a rookie error.<br><br><blockquote class="uncited"><div>Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads<br>[20:35:22] --- Loading eggdrop v1.6.21 (Mon Nov 19 2012)<br>[20:35:22] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br>-bash-3.2$</div></blockquote>I am following these install steps: <a href="http://www.egghelp.org/setup.htm" class="postlink">http://www.egghelp.org/setup.htm</a><br><br>I am using Unrealircd in /home/irc/Unreal<br>Effdrop is in /home/irc/botdir<br><br>I have renamed the config as config.config.  I have also attempted to download a premade short conig<br><br>Type ./eggdrop -m bhq.config<br><br>The following is my config:<br><div class="codebox"><p>Code: </p><pre><code>#! /home/irc/botdir/eggdrop# ^- Set that to the directory Eggdrop is in, i.e. "#! /home/lamest/egg/eggdrop"## $Id: eggdrop.simple.conf,v 1.21 2002/07/25 20:44:55 wcc 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 the channel #lamest.## 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!## More options can be found in the files in doc/settings/.# Don't edit the following 11 lines.set mod-path "modules/"set help-path "help/"set text-path "text/"loadmodule dnsloadmodule channelsloadmodule serverloadmodule ctcploadmodule ircloadmodule notesloadmodule consoleloadmodule blowfish# Start configuring here.##### Settings:# Set the nick the bot uses on IRC, and on the botnet# unless you specify a separate botnet-nick, here.set nick "BHQ Bot"# Set the alternative nick which the bot uses on IRC if the nick specified by 'set nick'# is unavailable. All '?' characters will be replaced by random numbers.set altnick "BHQ Bot "# Set here what should be displayed in the real-name field for the bot on IRC.set realname "/msg BroncosHQ Bot"# This is the bot's server list. The bot will start at the first server listed,# and cycle through them whenever it gets disconnected. You need to change these# servers to YOUR network's servers.## The format is:#   server[:port[:password]]## Both the port and password fields are optional; however, if you want to set a# password you must also set a port. If a port isn't specified it will default to# your default-port setting.set servers {  50.31.98.119:6667}# This adds the channel #lamest to the bot's channel list. You should change# this to a channel you would like the bot to join.channel add #bhq {  chanmode "+nt-likm"  idle-kick 0  stopnethack-mode 0}channel set #bhq +enforcebans +dynamicbans +userbans +dynamicexempts +greetchannel set #bhq +userexempts +dynamicinvites +userinvites +protectopschannel set #bhq +protectfriends +statuslog +revenge -protecthalfops +cyclechannel set #bhq +revengebot +dontkickops +autovoice -autoop -autohalfopchannel set #bhq -bitch -secret -shared# [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 = Othersset net-type 0# Set here the port where the Eggdrop should listen for telnet connections.listen 3333 all# Un-comment the next line and set the list of owners of the bot.# You NEED to change this setting.set owner "Nashy"##### Files &amp; Directories:# The following two lines define where to store the bots user and# channel files.set userfile "LamestBot.user"set chanfile "LamestBot.chan"# This defines where the bot should store temp files.set temp-path "/tmp"# This creates a logfile named eggdrop.log containing private msgs/ctcps,# commands, errors, and misc. info from any channel.logfile msbxco * "logs/eggdrop.log"# This creates a logfile of joins, parts, netsplits, kicks, bans,# mode changes, and public chat on the channel #lamest.logfile jpk #lamest "logs/lamest.log"# Set the default console flags here.set console "mkcobxs"##### Uptime module:# This module reports uptime statistics to http://uptime.eggheads.org.# Go look and see what your uptime is! It takes about 9 hours to show up,# so if your bot isn't listed, try again later.## Information sent to the server includes the bot's uptime, botnet-nick,# server, version, and IP address. This information is stored in a temporary# logfile for debugging purposes only. The only publicly available information# will be the bot's botnet-nick, version and uptime. If you do not wish for this# information to be sent, comment out the following line.loadmodule uptime# You have to remove this line to make your bot start.#die "Please make sure you edit your config file completely."##### SCRIPTS ###### This is a good place to load scripts to use with your bot.# This line loads script.tcl from the scripts directory inside your Eggdrop's# directory. All scripts should be put there, although you can place them where# you like as long as you can supply a fully qualified path to them.## source scripts/script.tclsource scripts/alltools.tclsource scripts/action.fix.tcl# Use this script for Tcl and Eggdrop downwards compatibility.# NOTE: This can also cause problems with some newer scripts.source scripts/compat.tcl# This script provides many useful informational functions, like setting# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add# extra entries.source scripts/userinfo.tclloadhelp userinfo.help</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12128">thenashy</a> — Mon Nov 19, 2012 6:58 am</p><hr />
]]></content>
	</entry>
	</feed>
