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

	<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-11-09T12:44:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-11-09T12:44:12-04:00</updated>

		<published>2004-11-09T12:44:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42615#p42615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42615#p42615"/>
		<title type="html"><![CDATA[how to return user@host from DCC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42615#p42615"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc getidxhost {idx} { foreach u [dcclist chat] {  if {[lindex $u 0]==$idx} {    return "[lindex $u 2]"  } } return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Nov 09, 2004 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-09T12:11:06-04:00</updated>

		<published>2004-11-09T12:11:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42614#p42614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42614#p42614"/>
		<title type="html"><![CDATA[how to return user@host from DCC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42614#p42614"><![CDATA[
no<br><br>[dcclist ?type?] is the only way<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 09, 2004 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2004-11-09T06:36:43-04:00</updated>

		<published>2004-11-09T06:36:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42602#p42602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42602#p42602"/>
		<title type="html"><![CDATA[how to return user@host from DCC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42602#p42602"><![CDATA[
are "getchanhost" and "dcclist ?type?" the only ways <br>to return user@host from DCC chat connection???<br><div class="codebox"><p>Code: </p><pre><code>bind dcc -|- +b Add:DCCproc Add:DCC {handle idx text} {  # i want user@host of nick}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Tue Nov 09, 2004 6:36 am</p><hr />
]]></content>
	</entry>
	</feed>
