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

	<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-12-20T10:56:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T10:56:04-04:00</updated>

		<published>2004-12-20T10:56:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44249#p44249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44249#p44249"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44249#p44249"><![CDATA[
if you were unable to connect, that means either the bot doesn't listen on that port, or there is some firewall problem - check the eggdrop forum for DCC/firewall solutions, you need to get a couple of things right (wasn't it you whom I was helping there a short while ago?)<br><br>as of implementing your own DCC CHAT instead of standard eggdrop partyline, it can be done in Tcl but you need to learn how to handle TCP socket connections first<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 10:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AL-3AsHiG^^]]></name></author>
		<updated>2004-12-20T04:00:31-04:00</updated>

		<published>2004-12-20T04:00:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44224#p44224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44224#p44224"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44224#p44224"><![CDATA[
hi, i did what you've said, demond<br>putserv "privmsg $nick :\001DCC CHAT chat LONGIP PORT\001"<br><br>and here what've got:<br><br>DCC Chat session<br>-<br>Client: q8knight (66.225.200.150)<br>Time: Mon Dec 20 10:55:21 2004<br>-<br>Acknowledging chat request...<br>-<br>Unable to connect<br>-<br>DCC session closed<br><br><br>and i am the bot owner.<br><br><br>and about implementing my own dcc handler, could it be done with TCL? or i've to do it in C? (i've to learn it first)<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5761">AL-3AsHiG^^</a> — Mon Dec 20, 2004 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toefraz]]></name></author>
		<updated>2004-12-20T01:53:42-04:00</updated>

		<published>2004-12-20T01:53:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44220#p44220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44220#p44220"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44220#p44220"><![CDATA[
but I would just leave it the way it is, and do it manually. If someone needs partyline access, just type .adduser nick (if the user is on the same channel the bot is on). and then let the user dcc from there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5143">toefraz</a> — Mon Dec 20, 2004 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toefraz]]></name></author>
		<updated>2004-12-20T01:52:30-04:00</updated>

		<published>2004-12-20T01:52:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44219#p44219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44219#p44219"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44219#p44219"><![CDATA[
or you could set your config file to auto-set just p on new users not hp, then make a pub command like "!add-dcc nick". So when you want make the bot dcc someone, it adds them as a user, then dccs them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5143">toefraz</a> — Mon Dec 20, 2004 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T00:14:50-04:00</updated>

		<published>2004-12-20T00:14:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44215#p44215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44215#p44215"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44215#p44215"><![CDATA[
here's how to initiate DCC CHAT, assuming your bot listens on $port:<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg $nick :\001DCC CHAT chat [myip] $port\001"</code></pre></div>however, $nick has to be a valid botuser with partyline access - if this doesn't suit you, implement your own DCC protocol handler<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 12:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AL-3AsHiG^^]]></name></author>
		<updated>2004-12-19T22:49:34-04:00</updated>

		<published>2004-12-19T22:49:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44211#p44211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44211#p44211"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44211#p44211"><![CDATA[
even if it's silly, i need it.<br><br>if there a way to do so, i'd like to know it.<br>if there is no way, thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5761">AL-3AsHiG^^</a> — Sun Dec 19, 2004 10:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-19T10:03:02-04:00</updated>

		<published>2004-12-19T10:03:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44162#p44162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44162#p44162"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44162#p44162"><![CDATA[
replying on !helplist request with DCC CHAT is silly (no offense)<br><br>use NOTICE, it was invented for that purpose exactly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 19, 2004 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AL-3AsHiG^^]]></name></author>
		<updated>2004-12-19T05:57:00-04:00</updated>

		<published>2004-12-19T05:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44150#p44150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44150#p44150"/>
		<title type="html"><![CDATA[DCC CHAT To none user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44150#p44150"><![CDATA[
hi, <br>   i want my bot to send dcc chat to people that has no access.<br><br><br>like, if someone writes:<br>[15:23] &lt;nickname&gt; !helplist<br>the bot will send to him a dcc chat and writes all the help commands.<br><br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5761">AL-3AsHiG^^</a> — Sun Dec 19, 2004 5:57 am</p><hr />
]]></content>
	</entry>
	</feed>
