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

	<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>2006-06-09T03:25:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-06-09T03:25:13-04:00</updated>

		<published>2006-06-09T03:25:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63848#p63848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63848#p63848"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63848#p63848"><![CDATA[
Read tcl-commands.doc in your bots ~doc folder.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 09, 2006 3:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-06-08T16:32:10-04:00</updated>

		<published>2006-06-08T16:32:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63832#p63832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63832#p63832"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63832#p63832"><![CDATA[
anyone? dragnlord? sir fitz? please......<br><br>danke<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Thu Jun 08, 2006 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-06-07T23:01:03-04:00</updated>

		<published>2006-06-07T23:01:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63811#p63811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63811#p63811"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63811#p63811"><![CDATA[
I found a script in the TCL section and modded it to do kind of what I want. The script I found was designed the show users for a specific channel and not the whole list. I modded it to list the entire file and not just for a specific channel.<br><br>The question I have now is this. Right now its lists EVERYTONE in the user file on the !userlist command. I need to use !userlist &lt;nick&gt; and the code goes off and shows only the userlist info for that specific user. Here is the code so fare, FULLY WORKING which shows everyone in the userlist.<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !userlist user_list proc user_list {nick uhost hand chan text} { if { [userlist |amnovf $chan] == "" } { foreach user [userlist |amnovf] { set usersnick [hand2nick $user] if { $usersnick == "" } { putquick "PRIVMSG $chan :1Handle: 4$user" putquick "PRIVMSG $chan :1Nickname: 4$usersnick"putquick "PRIVMSG $chan :1Host(s): 4[getuser $user HOSTS]"} else { putquick "PRIVMSG $chan :1Handle: 4$user" putquick "PRIVMSG $chan :1Nickname: 4$usersnick"putquick "PRIVMSG $chan :1Host(s): 4[getuser $user HOSTS]"} } putquick "NOTICE $nick :End of list." } }</code></pre></div>Hope someone can help me with this please to show just the $arg part eg a specific user.<br><br>Cheers guys. Any help would be extremly usful and greatfully received.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Wed Jun 07, 2006 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-06-07T22:43:59-04:00</updated>

		<published>2006-06-07T22:43:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63809#p63809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63809#p63809"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63809#p63809"><![CDATA[
There are tonnes of scripts in the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a> that would meet your requirements.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jun 07, 2006 10:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-06-07T22:25:57-04:00</updated>

		<published>2006-06-07T22:25:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63807#p63807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63807#p63807"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63807#p63807"><![CDATA[
does anyone have any suggestions for this please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Wed Jun 07, 2006 10:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-06-05T01:16:13-04:00</updated>

		<published>2006-06-05T01:16:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63724#p63724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63724#p63724"/>
		<title type="html"><![CDATA[Script Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63724#p63724"><![CDATA[
howdy yall. I know this kind of script exists, just not sure where.<br><br>I am looking for a script to do the following.<br><br>&lt;user&gt;!user &lt;nick&gt;<br>&lt;botnick&gt; &lt;nick&gt; is in my list as &lt;hangle-in-bot-userfile&gt; (eg Quest is quest)<br>&lt;botnick&gt; User hosts are *!ident@*.domain.net<br>&lt;botnick&gt; &lt;nick&gt; was added by &lt;person&gt; on &lt;added-date&gt;<br><br>Any suggestions? Its just reading the userfile and sending the info back to the channel. Suggestions would be great. Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Mon Jun 05, 2006 1:16 am</p><hr />
]]></content>
	</entry>
	</feed>
