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

	<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>2013-02-16T17:53:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2013-02-16T17:53:05-04:00</updated>

		<published>2013-02-16T17:53:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101035#p101035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101035#p101035"/>
		<title type="html"><![CDATA[Re: nicklist.tcl -&gt; hide bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101035#p101035"><![CDATA[
<blockquote class="uncited"><div>hello,<br><br>at first sorry for my bad english!<br><br>it's possible to hide the eggdrop nick in the nicklist.txt?<br><br>regards<br>rené</div></blockquote>The eggdrop's current nickname is always the first in the nicklist it returns. This would be index position 0. So you just need to skip this first position with a "list range" or [lrange].<div class="codebox"><p>Code: </p><pre><code>change this:set nicklist [chanlist $channel]to this:set nicklist [lrange [chanlist $channel] 1 end]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Feb 16, 2013 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-02-16T14:22:12-04:00</updated>

		<published>2013-02-16T14:22:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101034#p101034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101034#p101034"/>
		<title type="html"><![CDATA[nicklist.tcl -&gt; hide bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101034#p101034"><![CDATA[
I have to see the script so that i add the code<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Feb 16, 2013 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[renegate98]]></name></author>
		<updated>2013-02-16T14:21:21-04:00</updated>

		<published>2013-02-16T14:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101033#p101033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101033#p101033"/>
		<title type="html"><![CDATA[nicklist.tcl -&gt; hide bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101033#p101033"><![CDATA[
i have a channel in euirc.net. an eggdrop read the users who is online and write a textfile whith nicklist.tcl.<br>this eggdrop (bot) is also list in this list, but i would like hide this bot.<br><br>i hope you understand what i mean.<br><br>rené<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12196">renegate98</a> — Sat Feb 16, 2013 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-02-16T12:33:24-04:00</updated>

		<published>2013-02-16T12:33:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101032#p101032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101032#p101032"/>
		<title type="html"><![CDATA[nicklist.tcl -&gt; hide bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101032#p101032"><![CDATA[
Can you give more details about what you want to hide?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Feb 16, 2013 12:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[renegate98]]></name></author>
		<updated>2013-02-16T12:30:58-04:00</updated>

		<published>2013-02-16T12:30:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101031#p101031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101031#p101031"/>
		<title type="html"><![CDATA[nicklist.tcl -&gt; hide bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101031#p101031"><![CDATA[
hello,<br><br>at first sorry for my bad english!<br><br>it's possible to hide the eggdrop nick in the nicklist.txt?<br><br>regards<br>rené<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12196">renegate98</a> — Sat Feb 16, 2013 12:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
