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

	<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-07-07T09:12:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anansi]]></name></author>
		<updated>2007-07-07T09:06:32-04:00</updated>

		<published>2007-07-07T09:06:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74233#p74233</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74233#p74233"/>
		<title type="html"><![CDATA[Tcl to make the bot DCC me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74233#p74233"><![CDATA[
Didn't know TCL supported escape ^^ Usually I include the actual characters in the script.<br><br>Aditionally, it may make more sense to replace that "o" with a "p" in the bind command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9115">Anansi</a> — Sat Jul 07, 2007 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-07-06T17:48:23-04:00</updated>

		<published>2007-07-06T17:48:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74226#p74226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74226#p74226"/>
		<title type="html"><![CDATA[Tcl to make the bot DCC me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74226#p74226"><![CDATA[
The code is \001.<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $nick :\001DCC CHAT chat [myip] $myport\001"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jul 06, 2007 5:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anansi]]></name></author>
		<updated>2007-07-07T09:12:58-04:00</updated>

		<published>2007-07-06T14:05:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74222#p74222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74222#p74222"/>
		<title type="html"><![CDATA[Tcl to make the bot DCC me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74222#p74222"><![CDATA[
In your eggdrop.conf, replace<br><div class="codebox"><p>Code: </p><pre><code>listen 55555 users</code></pre></div>by<br><div class="codebox"><p>Code: </p><pre><code>set myport 55555listen $myport users</code></pre></div>Where 55555 is the port you want to use.<br>Then add the following tcl:<br><div class="codebox"><p>Code: </p><pre><code>bind msg p !chatme sendinviteproc sendinvite {nick usermask handle chan text} {  global myport  putserv "PRIVMSG $nick :\001DCC CHAT chat [myip] $myport\001"}</code></pre></div>Your IRC client will understand this CTCP request as a request to initiate a DCC Chat connection.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9115">Anansi</a> — Fri Jul 06, 2007 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[emophobic]]></name></author>
		<updated>2007-07-06T12:53:55-04:00</updated>

		<published>2007-07-06T12:53:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74221#p74221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74221#p74221"/>
		<title type="html"><![CDATA[Tcl to make the bot DCC me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74221#p74221"><![CDATA[
something like when I type /msg bot chat<br><br>The bot will dcc me.. I tried /ctcp &lt;botnick&gt; CHAT but the network doesn't allow<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9128">emophobic</a> — Fri Jul 06, 2007 12:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
