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

	<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>2020-11-09T01:45:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2020-11-09T01:45:16-04:00</updated>

		<published>2020-11-09T01:45:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109139#p109139</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109139#p109139"/>
		<title type="html"><![CDATA[dcc por tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109139#p109139"><![CDATA[
That's correct, the <em class="text-italics">portlist</em> variable doesn't exist. Create it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Nov 09, 2020 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2020-11-08T21:09:06-04:00</updated>

		<published>2020-11-08T21:09:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109137#p109137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109137#p109137"/>
		<title type="html"><![CDATA[dcc por tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109137#p109137"><![CDATA[
this tcl gives this error<div class="codebox"><p>Code: </p><pre><code>bind msg p !party do_dcchat proc do_dcchat {nick uhost hand text} {global portlist    foreach line [dcclist TELNET] {        set type [lindex $line 1]        if {[regexp {telnet|all|users} $type]} {            set port [lindex [lindex $portlist 4] 1]            putserv "PRIVMSG $nick :\001DCC CHAT chat [myip] $port\001"            putlog "DCC CHAT Send to $nick"            return        }    }}</code></pre></div>[19:37:09] Tcl error [do_dcchat]: can't read "portlist": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sun Nov 08, 2020 9:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
