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

	<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>2005-06-09T11:48:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-09T11:48:06-04:00</updated>

		<published>2005-06-09T11:48:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50459#p50459</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50459#p50459"/>
		<title type="html"><![CDATA[Userlist script, just made, please check if it works!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50459#p50459"><![CDATA[
;p i posted this 2 minutes before he replied ;p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Thu Jun 09, 2005 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-09T02:09:12-04:00</updated>

		<published>2005-06-09T02:09:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50448#p50448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50448#p50448"/>
		<title type="html"><![CDATA[Userlist script, just made, please check if it works!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50448#p50448"><![CDATA[
Dbl posting? Sir_Fz is already assisting  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"> <a href="http://forum.egghelp.org/viewtopic.php?t=9780" class="postlink">http://forum.egghelp.org/viewtopic.php?t=9780</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 09, 2005 2:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-06-09T00:55:07-04:00</updated>

		<published>2005-06-09T00:55:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50447#p50447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50447#p50447"/>
		<title type="html"><![CDATA[Userlist script, just made, please check if it works!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50447#p50447"><![CDATA[
The best thing you can do is, test it yourself. I don't know the correct output for the elements of [userlist] is.<br><br>But, you can first try:<br><div class="codebox"><p>Code: </p><pre><code>if {[llength [userlist]] == 0} { putserv "NOTICE $nick :No users found in my userlist for $chan" return 0} foreach user [userlist] { putserv "NOTICE $nick :$user"}putserv "NOTICE $nick :End of list."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jun 09, 2005 12:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-08T18:18:29-04:00</updated>

		<published>2005-06-08T18:18:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50431#p50431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50431#p50431"/>
		<title type="html"><![CDATA[Userlist script, just made, please check if it works!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50431#p50431"><![CDATA[
Hello, i just made this userlist script, dont know if it will work, please check it and feedback the info to me, Thanks in advance!!<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|f !userlist user_listproc user_list {nick uhost hand chan text} {if {[userlist] == ""} {putserv "NOTICE $nick :No users found in my userlist for $chan"return 0}putserv "NOTICE $nick :Userlist for $chan "foreach user [userlist $chan] {putserv "NOTICE $nick :\(( $user \|| +[lindex [split [chattr $user -|- $chan] \|] $user]}putserv "NOTICE $nick :End of list."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Wed Jun 08, 2005 6:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
