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

	<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-04-04T23:16:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-04-04T02:51:46-04:00</updated>

		<published>2007-04-04T02:51:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71793#p71793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71793#p71793"/>
		<title type="html"><![CDATA[UNUSUAL ERROR {SOLVED}]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71793#p71793"><![CDATA[
It is the script causing the problem. Look at the message again; it actually tells you.<br><br>With most things, it's the topmost error generated that is pertinent.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Apr 04, 2007 2:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romeo5k]]></name></author>
		<updated>2007-04-04T01:52:12-04:00</updated>

		<published>2007-04-04T01:52:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71791#p71791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71791#p71791"/>
		<title type="html"><![CDATA[UNUSUAL ERROR {SOLVED}]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71791#p71791"><![CDATA[
Thats weird.. its my bot...  i have added other users like maybe 3 additional users.. i gave them the +m flag if im not mistaken. And i think it gives them master... Tommorro morning. ill start the bot without the announcer and remove them all, then ill see if i can start it then. But that means.. i have to find a flag that will let them rehash and restart the bot without the bot thinking im not the owner.  .. <br> Ill let u know updates tomorro.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8025">romeo5k</a> — Wed Apr 04, 2007 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-04-03T20:57:06-04:00</updated>

		<published>2007-04-03T20:57:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71777#p71777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71777#p71777"/>
		<title type="html"><![CDATA[UNUSUAL ERROR {SOLVED}]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71777#p71777"><![CDATA[
You were given the error.<blockquote class="uncited"><div>couldn't open socket: not owner</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Apr 03, 2007 8:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nara]]></name></author>
		<updated>2007-04-03T16:37:09-04:00</updated>

		<published>2007-04-03T16:37:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71769#p71769</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71769#p71769"/>
		<title type="html"><![CDATA[UNUSUAL ERROR {SOLVED}]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71769#p71769"><![CDATA[
I believe it could be that you are not an administrator on that windows box.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8006">Nara</a> — Tue Apr 03, 2007 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romeo5k]]></name></author>
		<updated>2007-04-04T23:16:10-04:00</updated>

		<published>2007-04-03T11:40:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71766#p71766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71766#p71766"/>
		<title type="html"><![CDATA[UNUSUAL ERROR {SOLVED}]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71766#p71766"><![CDATA[
<img src="http://img59.imageshack.us/img59/9381/untitledlz2.jpg" class="postimage" alt="Image"><br>in the script  and it just started doing that.. i checked everything to make sure it was all ok, and it looks ok to me.. and in eggdrop.conf, i did the source script correctly.. so i dont know what in the world is going on.<br>Im gonna show the code here<br><div class="codebox"><p>Code: </p><pre><code>set ip "~~CENSORD~~"set port "~CENSORD~"set chan "#~~CENSORD,#~CENSORD~"proc Server {channel clientaddr clientport} {global ip port chanif {$clientaddr == $ip} {gets $channel rcvputserv "PRIVMSG $chan :$rcv"}close $channelsocket -server Server $port}socket -server Server $port</code></pre></div>I have the php on the site.... but i doubt if the php is making the bot not connect<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8025">romeo5k</a> — Tue Apr 03, 2007 11:40 am</p><hr />
]]></content>
	</entry>
	</feed>
