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

	<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-05-14T05:45:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-14T05:45:45-04:00</updated>

		<published>2003-05-14T05:45:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20191#p20191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20191#p20191"/>
		<title type="html"><![CDATA[Can I chat with a fserv with dcc???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20191#p20191"><![CDATA[
What you are asking for is impossible by any normal standard (at this second).<br><br>Eggdrop uses a user/pass security system, where every incoming bot and user connecting is checked. As such, the fserv would need to send these details.<br><br>Quite why you want to connect the fserv to the bot in this way is beyond me.<br><br>However, if you wish to do somthing like this, it would need to be accomplised using sockets.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 14, 2003 5:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-05-13T12:53:30-04:00</updated>

		<published>2003-05-13T12:53:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20160#p20160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20160#p20160"/>
		<title type="html"><![CDATA[Can I chat with a fserv with dcc???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20160#p20160"><![CDATA[
there is a good fserve tcl in the archive (but i got a newer version on my HDD somewhere), the DCC initialize commands etc from there should work for you script too..<br><br>on trigger it open a DCC to the one who triggerd..just take that part from the source and it should be fine...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue May 13, 2003 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cerberus_gr]]></name></author>
		<updated>2003-05-13T12:31:02-04:00</updated>

		<published>2003-05-13T12:31:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20159#p20159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20159#p20159"/>
		<title type="html"><![CDATA[Can I chat with a fserv with dcc???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20159#p20159"><![CDATA[
My problem is that how the eggdrop doesn't recognise the chat as a user dcc chat. What I mean:<br><br>User with nick <strong class="text-strong">xfer</strong> sends me a dcc chat request.<br>The eggdrop will not accept the chat if the user has no flag on it. How could I accept dcc chats from users that have no flags? Then when the dcc chat opens, how could the eggdrop don't recognised him as a user, because xfer is just an fserv (can't write a password, eggdrop mustn't send any msg which is a command for the fserv). Should I have to use sockets?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2661">cerberus_gr</a> — Tue May 13, 2003 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-10T07:45:56-04:00</updated>

		<published>2003-05-10T07:45:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20005#p20005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20005#p20005"/>
		<title type="html"><![CDATA[Can I chat with a fserv with dcc???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20005#p20005"><![CDATA[
OK, incoming DCC commands, are done via the CTCP bind.<br><br>You will need to extract the IP and PORT.<br><br>Before connecting, you will need to convert the IP into a real form (search the forum for ip2long for code to do this).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat May 10, 2003 7:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cerberus_gr]]></name></author>
		<updated>2003-05-09T18:38:33-04:00</updated>

		<published>2003-05-09T18:38:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19995#p19995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19995#p19995"/>
		<title type="html"><![CDATA[Can I chat with a fserv with dcc???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19995#p19995"><![CDATA[
I want to dcc chat with a fserv. Could I open a dcc chat and how could I do this? Which bind is used for this dcc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2661">cerberus_gr</a> — Fri May 09, 2003 6:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
