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

	<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>2007-03-14T15:43:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-14T15:43:45-04:00</updated>

		<published>2007-03-14T15:43:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71230#p71230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71230#p71230"/>
		<title type="html"><![CDATA[Edge botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71230#p71230"><![CDATA[
The script looks like a bash script..Are you using bash?  If you're not using bash, then yeah you'll get syntax errors.  Check to see what /bin/sh is symlinked to. If it's not linked to /bin/bash, change the top of the script to use /bin/bash instead of /bin/sh<br><br>Also, do a 'which pwd' and see if it's in /bin/pwd,  that's the only other obvious error I see.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Mar 14, 2007 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sdays]]></name></author>
		<updated>2007-03-14T06:12:50-04:00</updated>

		<published>2007-03-14T06:12:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71222#p71222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71222#p71222"/>
		<title type="html"><![CDATA[Edge botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71222#p71222"><![CDATA[
i looked all over i want this script but i cannot get it to work..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8306">sdays</a> — Wed Mar 14, 2007 6:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sdays]]></name></author>
		<updated>2007-03-13T12:38:50-04:00</updated>

		<published>2007-03-13T12:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71204#p71204</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71204#p71204"/>
		<title type="html"><![CDATA[Edge botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71204#p71204"><![CDATA[
I cannot find the owner.. i looked every where.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8306">sdays</a> — Tue Mar 13, 2007 12:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-03-13T12:27:22-04:00</updated>

		<published>2007-03-13T12:27:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71203#p71203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71203#p71203"/>
		<title type="html"><![CDATA[Edge botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71203#p71203"><![CDATA[
I suggest contacting the author.<br>Obvious quick answer, the machine you are running this on is missing something.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Tue Mar 13, 2007 12:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sdays]]></name></author>
		<updated>2007-03-13T11:37:53-04:00</updated>

		<published>2007-03-13T11:37:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71202#p71202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71202#p71202"/>
		<title type="html"><![CDATA[Edge botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71202#p71202"><![CDATA[
i am trying to use this bot pack at '<a href="http://mekk.net/" class="postlink">http://mekk.net/</a>' But when i type './start.sh' i get:<br><div class="codebox"><p>Code: </p><pre><code>sdays@Mars ~/eggdrop1.6.18./start.sh: command not found: command not found:: command not found:: command not found:./start.sh: line 219: syntax error: unexpected end of file</code></pre></div>here's start.sh<div class="codebox"><p>Code: </p><pre><code>#!/bin/sh#start.sh#See Readme for more info.#By: mekk and thermo#Edit these:suser="sdays"bname="botnet"hpass="******"lpass="*****"mchan="#"###################################################################################PWD="`/bin/pwd`"if test "$suser" = "your-superuser" then echo "You need to edit the top of start.sh." exit 0fiif test "$mchan" = "your-mainchannel" then  echo "You need to edit the top of start.sh." exit 0 ficlearecho "start.sh - v1.9"echo "By: mekk and thermo"echoif [ -f eggdrop ] then echo "Edge has already been compiled on this shell." echo -n "Do you want to make a bot? [y/n]: " read ans if test "$ans" = "y"  then  skip=yes else  exit 0 fifiif [ ! "$skip" = "yes" ] then echo "Configuring..." ./configure make eggdrop if [ ! -f eggdrop ]  then  echo  echo "Compile or Configure errored!"  echo "See Readme for more help and contact information."  exit 1 fi rm -rf conf* Make* lush* EGGDROP.stamp src echo "done!" echo "Setting up the go file..." echo "#This script launches the bot(s)" &gt; go echo "#Made from start.sh" &gt;&gt; go echo " " &gt;&gt; go echo "botdir=\"$PWD\"" &gt;&gt; go echo " " &gt;&gt; go echo "cd \$botdir" &gt;&gt; go echo " " &gt;&gt; go echo "for script in *.conf" &gt;&gt; go echo "do" &gt;&gt; go echo "if [ ! -r \$script ]" &gt;&gt; go echo " then continue" &gt;&gt; go echo "fi" &gt;&gt; go echo "botname=\`echo \$script | cut -d. -f1\`" &gt;&gt; go echo "if [ -r pid.\$botname ]" &gt;&gt; go echo " then" &gt;&gt; go echo " botpid=\`cat pid.\$botname\`" &gt;&gt; go echo " if \`kill -CHLD \$botpid &gt;/dev/null 2&gt;&amp;1\`" &gt;&gt; go echo "  then" &gt;&gt; go echo "  continue" &gt;&gt; go echo " fi" &gt;&gt; go echo " rm -f pid.\$botname" &gt;&gt; go echo "fi" &gt;&gt; go echo "./eggdrop \$script" &gt;&gt; go echo "done" &gt;&gt; go chmod 700 go echo "done!" echo "Setting up Crontab..." echo -n "Do you want crontab? [y/n]: "  read cron if test "$cron" = "y"  then  echo "0,10,20,30,40,50 * * * * * $PWD/go &gt; /dev/null 2&gt;1&amp;" &gt; cron  crontab cron  echo "done!" else  echo "done!" fifians2="y"while [ $ans2 = "y" ] doecho "Making config..."echo -n "Botnick: "read botecho -n "User Name: "read usernameecho -n "Real Name: "read realnameecho -n "Vhost: "read vhostecho -n "Ip: "read ipecho -n "Bot Port: "read bportecho -n "User Port: "read uportecho -n "Is this a hub? [y/n]: " read ans3if test "$ans3" = "y" then hub="1" passive="0"else hub="0"  passive="1"ficat &gt;&gt; "$bot.conf" &lt;&lt; EOF#edge config from start.sh#Bot: $bot #Made: `date`set nick "$bot"set altnick "$bot|"set username "$username"set realname "$realname"set my-hostname "$vhost"set my-ip "$ip"set hub "$hub"set passive "$passive"set superuser "$suser"set botnet "$bname"set hubpw "$hpass"set leafpw "$lpass"listen $bport botslisten $uport usersset cchan "$mchan"set servers {efnet.cs.hut.fiefnet.demon.co.ukefnet.skynet.beefnet.vuurwerk.nlirc.Prison.NETirc.Qeast.netirc.arcti.cairc.concentric.netirc.daxnet.noirc.du.seirc.easynews.comirc.efnet.plirc.flamed.netirc.hemmet.chalmers.seirc.homelien.noirc.inet.tele.dkirc.inter.net.ilirc.isdnet.frirc.lagged.orgirc.lightning.netirc.mindspring.comirc.rt.ruirc.secsup.uu.netirc.torix.cairc.umich.eduirc.umn.eduirc.vrfx.comirc.webgiro.seirc.weblook2k.comirc2.flamed.netircd.Qeast.netircd.arcti.caircd.charter.comircd.flamed.netircd.lightning.netircd.secsup.orgircd.torix.ca}channel add $mchan {chanmode "+stn"}channel set $mchan -clearbans -bitch -greet -protectops -stopnethack channel set $mchan -revenge -secret +sharedsource scripts/edge.tclEOFecho "done!"echoecho -n "Make another bot? [y/n]: "read ans2doneechoecho "Install script finshed!" if [ -e $bot.u ] then echo "User file found." echo "Running go script..." ./goelse echo "No user file found. When the bot comes on /msg $bot hello to add your self." echo "Running bot with out userfile..." ./eggdrop -m $bot.conffiexit 0</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8306">sdays</a> — Tue Mar 13, 2007 11:37 am</p><hr />
]]></content>
	</entry>
	</feed>
