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

	<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>2002-01-27T23:38:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-27T23:38:00-04:00</updated>

		<published>2002-01-27T23:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4117#p4117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4117#p4117"/>
		<title type="html"><![CDATA[Get info from a xtra DCC field?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4117#p4117"><![CDATA[
Hiyas, I modified userinfo.tcl to include a MSN and ICQ field. How would I go about seeing a list of handle's and ICQ #'s dumped to DCC chat? Below is what I tried for ICQ's (it doesn't work, wrong number of args to begin with)<div class="codebox"><p>Code: </p><pre><code>bind dcc m icqlist icq_listproc icq_list {handle idx args} {  putlog "#$handle# icqlist"  set teller 1  if {$args == "{}"} {    putdcc $idx "[Faze.n] Listing ICQ's for users:"    foreach user [getuser $handle ICQ]      putdcc $idx "$teller. $user"      set teller [expr $teller]    }  putdcc $idx "[Faze.n] End of userlist. Total: [expr $teller] users."  } else {    putdcc $idx "þ Listing users matching your query: $args"    foreach user [getuser $handle $args]      putdcc $idx "$teller. $user {$args}"      set teller [expr $teller]    }  putdcc $idx "[Faze.n] End of icqlist. Total: [expr $teller] users."  }}</code></pre></div>And is there a TCL that will dump all user's email's to dcc chat? In a list format<div class="codebox"><p>Code: </p><pre><code> jedis - bleh@sdfsdfsd.comsidej - ghost@none.com </code></pre></div>And into one big wrapping line, with the email's seperated with comma's and a space, so it can easily be copied/pasted into an email?<div class="codebox"><p>Code: </p><pre><code> bleh@sdfsdfsd.com, ghost@none.com </code></pre></div>Any help is appreciated.<br><br>&lt;font size=-1&gt;[ This Message was edited by: jedis on 2002-01-27 20:41 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Jan 27, 2002 11:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
