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

	<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-09-09T07:21:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Aqoure]]></name></author>
		<updated>2012-09-09T07:21:53-04:00</updated>

		<published>2012-09-09T07:21:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99997#p99997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99997#p99997"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99997#p99997"><![CDATA[
I cant remember how i configure Eggdrop, its long time ago.<br><br>I have many trouble with Eggdrop, and i am tired over i not can get Eggdrop to work 100%, I have 2 servers and both cant get Eggdrop to work, and i have another person to see it, and he cant understand what is wrong.<br><br>But i can try to configure Eggdrop again, and see this works better<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12074">Aqoure</a> — Sun Sep 09, 2012 7:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2012-09-08T09:59:25-04:00</updated>

		<published>2012-09-08T09:59:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99996#p99996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99996#p99996"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99996#p99996"><![CDATA[
Did you remember the "make install" part when building/installing your eggdrop?<br>If you didn't, the modules and other files would not have been placed in the proper location, and thus your eggdrop would not be able to load them (you'd usually see a lot of warnings about this when starting your eggdrop).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Sep 08, 2012 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aqoure]]></name></author>
		<updated>2012-09-08T06:27:07-04:00</updated>

		<published>2012-09-08T06:27:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99994#p99994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99994#p99994"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99994#p99994"><![CDATA[
This module have i not # in start so problem cant be that<br><br>And this are the same:<br><br>loadmodule blowfish<br>loadmodule dns<br>loadmodule channels<br>loadmodule server<br>loadmodule ctcp<br>loadmodule irc<br>loadmodule transfer<br>loadmodule notes<br>loadmodule console<br>loadmodule uptime<br><br>This module i have in my conf there not are # in start<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12074">Aqoure</a> — Sat Sep 08, 2012 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-09-07T17:59:50-04:00</updated>

		<published>2012-09-07T17:59:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99992#p99992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99992#p99992"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99992#p99992"><![CDATA[
I'm told the bind pub command is added by the irc module.<br><br>In your eggdrop conf file search for:  loadmodule irc<br><br>If it looks more like:  #loadmodule irc  :remove the # at the beginning of that line.<br><br>The server and channels modules must be loaded for the irc module to function.  Make sure neither of those loadmodule lines start with a #<br><br>Save, reupload the file, and rehash.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Sep 07, 2012 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aqoure]]></name></author>
		<updated>2012-09-07T08:24:20-04:00</updated>

		<published>2012-09-07T08:24:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99989#p99989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99989#p99989"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99989#p99989"><![CDATA[
I have this in my .conf file:<br><br>##### MODULES #####<br>set mod-path "modules/"<br><br>And there are 15 .so modules in my dir Modules<br><br>You think what modul i missed?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12074">Aqoure</a> — Fri Sep 07, 2012 8:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-09-07T08:13:38-04:00</updated>

		<published>2012-09-07T08:13:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99988#p99988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99988#p99988"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99988#p99988"><![CDATA[
Sounds to me like a missing eggdrop module.<br><br>What modules do you have loaded in the eggdrop config?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Sep 07, 2012 8:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aqoure]]></name></author>
		<updated>2012-09-07T07:23:49-04:00</updated>

		<published>2012-09-07T07:23:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99987#p99987</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99987#p99987"/>
		<title type="html"><![CDATA[What is wrong here?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99987#p99987"><![CDATA[
Hey<br><br>I am new to Eggdrop, and cant find out what is there mean with this fail:<br><br>[07:05:14] SCRIPT ERROR:autoidentify.tcl: bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, dcc, disc, evnt, filt, link, load, log, nkch, note, time, unld<br><br>while executing<br>"bind pub m .identify  do_identify"<br>    (file "scripts/autoidentify.tcl" line 20)<br>    invoked from within<br>"source scripts/$script"<br><br>I have download this script from archive:<br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1577" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1577</a><br><br>I get that problem to another script also<br><br>Any there will help me to come out of this problem?<br><br>// Aqoure<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12074">Aqoure</a> — Fri Sep 07, 2012 7:23 am</p><hr />
]]></content>
	</entry>
	</feed>
