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

	<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-10-24T03:59:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SlAiD]]></name></author>
		<updated>2004-10-24T03:59:22-04:00</updated>

		<published>2004-10-24T03:59:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42133#p42133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42133#p42133"/>
		<title type="html"><![CDATA[Chat TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42133#p42133"><![CDATA[
I set one port.<br><br>set reserved-portrange 1501:1501<br><br>Ir i'm wrong i reply this topic, if not, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5569">SlAiD</a> — Sun Oct 24, 2004 3:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-10-23T21:20:53-04:00</updated>

		<published>2004-10-23T21:20:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42121#p42121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42121#p42121"/>
		<title type="html"><![CDATA[Chat TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42121#p42121"><![CDATA[
sure it is <br><br>from eggdrop.conf:<br><div class="codebox"><p>Code: </p><pre><code># If you want all dcc file transfers to use a particular portrange either# because you're behind a firewall, or for other security reasons, set it# here.#set reserved-portrange 2010:2020</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Oct 23, 2004 9:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SlAiD]]></name></author>
		<updated>2004-10-23T19:24:06-04:00</updated>

		<published>2004-10-23T19:24:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42118#p42118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42118#p42118"/>
		<title type="html"><![CDATA[Chat TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42118#p42118"><![CDATA[
But tcl or /ctcp, not acept.<br><br>I need (for my firewall) set ONE port for dcc chat.<br>It is possible?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5569">SlAiD</a> — Sat Oct 23, 2004 7:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-10-23T17:59:46-04:00</updated>

		<published>2004-10-23T17:59:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42117#p42117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42117#p42117"/>
		<title type="html"><![CDATA[Chat TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42117#p42117"><![CDATA[
you don't need a script for this, eggdrop's default reaction on /ctcp &lt;botnick&gt; CHAT makes the bot send a DCC CHAT request to you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Oct 23, 2004 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SlAiD]]></name></author>
		<updated>2004-10-23T15:29:45-04:00</updated>

		<published>2004-10-23T15:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42115#p42115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42115#p42115"/>
		<title type="html"><![CDATA[Chat TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42115#p42115"><![CDATA[
I use this TCL to chat with my bots.<br><br>But, when another user trying chat, the bot dont connect it.<br>What port (TCP?) i open to connect it?<br><br>TCL: <br><blockquote class="uncited"><div># chat.tcl<br># updated sort of for 1.1 cause a stupid friend (hi digidog) asked me to - LSC<br>#<br># /msg &lt;bot&gt; chat<br>#   will send a dcc chat request to a user on irc<br>#   in case they can't initiate dcc chats, only accept them<br>#<br><br>bind msg p chat msg_chat<br><br># bitchass [censored] 1.1 needs a cmd to get the telnet port <br># so set this as the telnet port you want the users to enter<br>set userport 1357<br><br>proc msg_chat {nick uhost hand arg} {<br>  global userport<br>  listen $userport users<br>  putserv "PRIVMSG $nick :\001DCC CHAT chat [myip] $userport\001"<br>  return 1<br>}</div></blockquote><br>NOTE: i use windrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5569">SlAiD</a> — Sat Oct 23, 2004 3:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
