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

	<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>2010-07-20T16:51:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Yannick80]]></name></author>
		<updated>2010-07-20T16:51:10-04:00</updated>

		<published>2010-07-20T16:51:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93599#p93599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93599#p93599"/>
		<title type="html"><![CDATA[Listen port]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93599#p93599"><![CDATA[
Very good, you solve my problem<br>Thanks a lot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10280">Yannick80</a> — Tue Jul 20, 2010 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-07-20T16:49:40-04:00</updated>

		<published>2010-07-20T16:49:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93598#p93598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93598#p93598"/>
		<title type="html"><![CDATA[Listen port]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93598#p93598"><![CDATA[
I'd look at the dcclist command (see doc/tcl-commands.doc for details)<div class="codebox"><p>Code: </p><pre><code>set socklist [dcclist TELNET]foreach item $socklist {  if {[lindex $item 4 0] == "lstn"} {    set type [lindex $item 1]    set port [listex $item 4 1]# do something here...  }}</code></pre></div>This should iterate through all telnet-connections, and filter out any non-listening sockets.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jul 20, 2010 4:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yannick80]]></name></author>
		<updated>2010-07-20T16:14:42-04:00</updated>

		<published>2010-07-20T16:14:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93595#p93595</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93595#p93595"/>
		<title type="html"><![CDATA[Listen port]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93595#p93595"><![CDATA[
thanks but how to do this in tcl ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10280">Yannick80</a> — Tue Jul 20, 2010 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-07-20T13:28:37-04:00</updated>

		<published>2010-07-20T13:28:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93594#p93594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93594#p93594"/>
		<title type="html"><![CDATA[Re: Listen port]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93594#p93594"><![CDATA[
<blockquote class="uncited"><div>Hello,<br>How can i find the listen port of a bot whithout access to .conf file ?<br>Sorry for my poor english<br>best regards,<br>Yannick80</div></blockquote>In the partyline, issue this command: <div class="codebox"><p>Code: </p><pre><code>.dccstat</code></pre></div>and see if that gives you the info you want.<br><br>There may be other ways to get it.   Perhaps someone else will comment, too.<br><br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jul 20, 2010 1:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yannick80]]></name></author>
		<updated>2010-07-20T12:21:30-04:00</updated>

		<published>2010-07-20T12:21:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93591#p93591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93591#p93591"/>
		<title type="html"><![CDATA[Listen port]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93591#p93591"><![CDATA[
Hello,<br>How can i find the listen port of a bot whithout access to .conf file ?<br>Sorry for my poor english<br>best regards,<br>Yannick80<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10280">Yannick80</a> — Tue Jul 20, 2010 12:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
