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

	<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>2003-01-31T05:34:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-31T05:34:04-04:00</updated>

		<published>2003-01-31T05:34:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15996#p15996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15996#p15996"/>
		<title type="html"><![CDATA[eggdrop problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15996#p15996"><![CDATA[
Are you using the bot on the same system you compiled it on?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jan 31, 2003 5:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-01-31T05:27:29-04:00</updated>

		<published>2003-01-31T05:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15995#p15995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15995#p15995"/>
		<title type="html"><![CDATA[Re: eggdrop problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15995#p15995"><![CDATA[
<blockquote class="uncited"><div>open failed: No such file or directory</div></blockquote>looks like some file or directory doesn't exist...<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Fri Jan 31, 2003 5:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-30T14:24:36-04:00</updated>

		<published>2003-01-30T14:24:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15969#p15969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15969#p15969"/>
		<title type="html"><![CDATA[eggdrop problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15969#p15969"><![CDATA[
I've just installed and compiled eggdrop but when I try to run it I get a lot of errors:<br>-----------------------------------------------------------------------------------<br>bash-2.05$ eggdrop -m test.conf<br><br>Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads<br>[18:59] --- Loading eggdrop v1.6.13 (Thu Jan 30 2003)<br>[18:59] Can't load modules dns: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules channels: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules server: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules ctcp: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules irc: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules notes: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Can't load modules console: ld.so.1: eggdrop: fatal: libgcc_s.so.1: open failed: No such file or directory<br>[18:59] Tcl error in file 'test.conf':<br>[18:59] invalid command name "channel"<br>    while executing<br>"channel add #testchannel { <br>chanmode "+nt" <br>idle-kick 0 <br>stopnethack-mode 0 <br>}"<br>    (file "test.conf" line 40)<br>[18:59] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br>-----------------------------------------------------------------------------------<br>Here's my (simple) config file:<br><br>#! /export/home/john/eggdrop<br><br>set mod-path "modules/" <br>set help-path "help/" <br>set text-path "text/" <br><br>loadmodule dns <br>loadmodule channels <br>loadmodule server <br>loadmodule ctcp <br>loadmodule irc <br>loadmodule notes <br>loadmodule console <br>checkmodule blowfish <br><br>set nick "testbot" <br>set altnick "testbot??" <br>set realname "Me myself and I" <br><br>set servers {<br>irc.homelien.no:6667<br>}<br><br>set global-flood-chan 10:30<br>set global-flood-deop 3:10<br>set global-flood-kick 3:10<br>set global-flood-join 5:60<br>set global-flood-ctcp 3:60<br>set global-flood-nick 5:60<br><br>channel add #testchannel { <br>chanmode "+nt" <br>idle-kick 0 <br>stopnethack-mode 0 <br>}<br><br>channel set #testchannel +enforcebans +dynamicbans +userbans<br>channel set #testchannel -dynamicexempts -userexempts -dynamicinvites <br>channel set #testchannel -autoop -bitch +protectops +protectfriends +dontkickops<br>channel set #testchannel +greet -statuslog -userinvites<br>channel set #testchannel +revenge +autovoice<br>channel set #testchannel -secret -shared +cycle<br>channel set #testchannel -inactive -seen +nodesynch<br><br>set net-type 0<br>listen 3333 all<br>set owner "john64"<br><br>set notefile "testbot.notes"<br>set userfile "testbot.user" <br>set chanfile "testbot.chan" <br>set temp-path "/tmp" <br>logfile msbxco * "logs/eggdrop.log" <br>logfile jpk #testchannel "logs/channel.log" <br>set console "mkcobxs<br><br>source scripts/alltools.tcl<br>source scripts/action.fix.tcl<br>source scripts/compat.tcl<br>source scripts/userinfo.tcl<br>loadhelp userinfo.help<br><br><br>Doeas anyone know what the problem is ?<br><br>Thanks<br>Vic20<p>Statistics: Posted by Guest — Thu Jan 30, 2003 2:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
