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

	<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-08-14T20:08:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-14T20:08:32-04:00</updated>

		<published>2004-08-14T20:08:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39789#p39789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39789#p39789"/>
		<title type="html"><![CDATA[Interaction question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39789#p39789"><![CDATA[
tcl-commands.doc is a list of eggdrop-specific tcl commands, and it comes with eggdrop. Look in the docs/ dir.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Aug 14, 2004 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-14T19:55:41-04:00</updated>

		<published>2004-08-14T19:55:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39788#p39788</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39788#p39788"/>
		<title type="html"><![CDATA[Interaction question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39788#p39788"><![CDATA[
TCL (Tool Command Language) scripts are used by eggdrop (loaded via configuration file) and can also be used by X-Chat (with TCL plugin) under Linux.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 14, 2004 7:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DustWolf]]></name></author>
		<updated>2004-08-14T18:07:22-04:00</updated>

		<published>2004-08-14T18:07:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39785#p39785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39785#p39785"/>
		<title type="html"><![CDATA[Interaction question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39785#p39785"><![CDATA[
<blockquote class="uncited"><div>Use the tcl/eggdrop command 'control'. <br><br>ex:<div class="codebox"><p>Code: </p><pre><code>set openport [listen 4567 script init:connection]proc init:connection {idx} { # Send back 'connected' so you know you have a connection. putidx $idx "CONNECTED" control $idx init:connection}proc open:connection {idx var} { # do yer thing here}</code></pre></div>See tcl-commands.doc for details.</div></blockquote>Where do I use this code and where do I get tcl-commands.doc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5318">DustWolf</a> — Sat Aug 14, 2004 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-14T12:22:35-04:00</updated>

		<published>2004-08-14T12:22:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39780#p39780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39780#p39780"/>
		<title type="html"><![CDATA[Interaction question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39780#p39780"><![CDATA[
Use the tcl/eggdrop command 'control'. <br><br>ex:<div class="codebox"><p>Code: </p><pre><code>set openport [listen 4567 script init:connection]proc init:connection {idx} { # Send back 'connected' so you know you have a connection. putidx $idx "CONNECTED" control $idx init:connection}proc open:connection {idx var} { # do yer thing here}</code></pre></div>See tcl-commands.doc for details.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Aug 14, 2004 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DustWolf]]></name></author>
		<updated>2004-08-14T09:47:16-04:00</updated>

		<published>2004-08-14T09:47:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39777#p39777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39777#p39777"/>
		<title type="html"><![CDATA[Interaction question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39777#p39777"><![CDATA[
Hello,<br><br>I hope I picked the right forum for this.<br><br>I am trying to allow remote access to an EggDrop from a non-EggDrop application. To do this I use a modified telnet client to connect to the EggDrop's "bots" port.<br><br>The problem is that the moment I connect, nothing happens. The owner of the EggDrop tells me there is some communication taking place but I do not know (nor does he) what exactly does the EggDrop I connected to expect from my application.<br><br>Can anyone please point me to any resources that would help me with this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5318">DustWolf</a> — Sat Aug 14, 2004 9:47 am</p><hr />
]]></content>
	</entry>
	</feed>
