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

	<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>2004-10-06T21:32:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-10-06T21:32:17-04:00</updated>

		<published>2004-10-06T21:32:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41633#p41633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41633#p41633"/>
		<title type="html"><![CDATA[Egghead Conf.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41633#p41633"><![CDATA[
You cannot IRC as root as well. Use a normal user account. Most IRC networks place klines on your machines host if you IRC from a root directly. (Has happened to me on a quite number of occasions on 'DALnet')<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Oct 06, 2004 9:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-10-06T18:43:28-04:00</updated>

		<published>2004-10-06T18:43:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41626#p41626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41626#p41626"/>
		<title type="html"><![CDATA[Egghead Conf.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41626#p41626"><![CDATA[
Although Windrops and not discussed on this forum it would really help if you <em class="text-italics">read</em> the documentation that comes with it and <strong class="text-strong">look</strong> at all those lovely informative links on the <strong class="text-strong">main</strong> page of egghelp.org. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Oct 06, 2004 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mopar]]></name></author>
		<updated>2004-10-06T13:34:26-04:00</updated>

		<published>2004-10-06T13:34:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41612#p41612</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41612#p41612"/>
		<title type="html"><![CDATA[Egghead Conf.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41612#p41612"><![CDATA[
It should look something like this...<br><br># Both the port and password fields are optional; however, if you want to set a<br># password you must also set a port. If a port isn't specified it will default t<br>o<br># your default-port setting.<br>set servers {<br>  irc.banetele.no:6667<br>        irc.easynews.com:6667<br>      irc.avalonworks.ca:6667<br>      irc.blessed.net:6667<br>}<br><br># This setting makes the bot try to get his original nickname back if its<br># primary nickname is already in use.<br><br><br><br>You also have to choose what net a bit up in the conf.file<br># This module provides the core server support. You have to load this<br># if you want your bot to come on IRC. Not loading this is equivalent<br># to the old NO_IRC define.<br>loadmodule server<br><br># What is your network?<br>#   0 = EFnet (non +e/+I hybrid)<br>#   1 = IRCnet<br>#   2 = Undernet<br>#   3 = DALnet<br>#   4 = EFnet +e/+I hybrid<br>#   5 = Others<br>set net-type 0<br><br><br>/mopar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2103">mopar</a> — Wed Oct 06, 2004 1:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-05T22:17:42-04:00</updated>

		<published>2004-10-05T22:17:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41585#p41585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41585#p41585"/>
		<title type="html"><![CDATA[Egghead Conf.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41585#p41585"><![CDATA[
Alright, I finished editing my conf. file then ran thr RunOnce thing, and the only error on there is No Server, I found the part of the conf. that talks about servers but don't know where to put the actual server info, can someone help me. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br># This is the bot's server list. The bot will start at the first server listed,<br># and cycle through them whenever it gets disconnected. You need to change these<br># servers to YOUR network's servers.<br>#<br># The format is:<br>#   server[:port][:password]<br>#<br># Both the port and password fields are optional; however, if you want to set a<br># password you must also set a port. If a port isn't specified it will default to<br># your default-port setting.<br><br>Thanks so much <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Tue Oct 05, 2004 10:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
