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

	<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-03-06T04:27:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-06T04:27:33-04:00</updated>

		<published>2004-03-06T04:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34290#p34290</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34290#p34290"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34290#p34290"><![CDATA[
hmm could try tnx tho <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> ill let u know how it turns out if u wana know <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Mar 06, 2004 4:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-05T23:19:33-04:00</updated>

		<published>2004-03-05T23:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34289#p34289</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34289#p34289"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34289#p34289"><![CDATA[
I suppose you could say "set my-ip 127.0.0.1" and that would make it only bind to that ip address. Then after the listen, set my-ip back to 0.0.0.0 or "" or something. I'm not sure, I've never tried.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Mar 05, 2004 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-05T22:54:43-04:00</updated>

		<published>2004-03-05T22:54:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34288#p34288</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34288#p34288"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34288#p34288"><![CDATA[
cause i wana make an ssl socket <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> , ok can i bind the listen socket to localhost some how ..? that should be possible and then create a listen socket on all ips then i make a local tunnel to the localhost yes ur right i wana attach it to the party line <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>i figured out how to make an ssl socket just need to know how to attach it to the party line or have to rewrite listen and thats impossible for me cause i don't know C ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Mar 05, 2004 10:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-05T20:30:47-04:00</updated>

		<published>2004-03-05T20:30:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34285#p34285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34285#p34285"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34285#p34285"><![CDATA[
You mean you want to make your own socket, but have eggdrop control it as a partyline socket? Why don't you use "listen" then?<br><br>I don't think you can do it just in tcl, you'll need to write a module or modify the source.<br><br>What I interpreted your post as asking was how to make a socket to *connect* to the partyline. And you don't need to attach the partyline to it. (Or maybe I don't know what you're asking.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Mar 05, 2004 8:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-05T19:39:07-04:00</updated>

		<published>2004-03-05T19:39:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34283#p34283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34283#p34283"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34283#p34283"><![CDATA[
i know how to use socket the thing is i wana attach the party line on that socket<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Mar 05, 2004 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-04T15:52:46-04:00</updated>

		<published>2004-03-04T15:52:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34248#p34248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34248#p34248"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34248#p34248"><![CDATA[
Use the "socket" command. See the tcl manual for more info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Mar 04, 2004 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-04T15:02:22-04:00</updated>

		<published>2004-03-04T15:02:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34246#p34246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34246#p34246"/>
		<title type="html"><![CDATA[create a listen party line socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34246#p34246"><![CDATA[
how can i replicate listen 3333 bots without using that i mean how can i make my own socket that interfaces to the partly line ..?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Mar 04, 2004 3:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
