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

	<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>2007-08-10T17:00:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mazmardigan88]]></name></author>
		<updated>2007-08-10T17:00:45-04:00</updated>

		<published>2007-08-10T17:00:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75186#p75186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75186#p75186"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75186#p75186"><![CDATA[
Oh thanks!! You saved my ass!! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9216">mazmardigan88</a> — Fri Aug 10, 2007 5:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-10T14:32:20-04:00</updated>

		<published>2007-08-10T14:32:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75183#p75183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75183#p75183"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75183#p75183"><![CDATA[
This should do the trick<div class="codebox"><p>Code: </p><pre><code>bind time - "?0 *" write:chansbind time - "?5 *" write:chansset listchannel "#thechannel"set listfile "nicks.txt"proc write:chans {m h d mo y} { set f [open $::listfile "CREAT WRONLY TRUNK"] puts $f [join [chanlist $::listchannel] ", "] close $f}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Aug 10, 2007 2:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tsukeh]]></name></author>
		<updated>2007-08-10T14:29:50-04:00</updated>

		<published>2007-08-10T14:29:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75182#p75182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75182#p75182"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75182#p75182"><![CDATA[
<blockquote class="uncited"><div>Hi!<br><br>I'm very interested in the same script, but with little modifications (I tried to do them by myself, but I don't know TCL  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>I just need the same but without the channel name (if possible) and every nick in the same line and separated by a comma and an space. E.g.<br><br>Nick1,  Nick2, Nick3, Nick4<br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind time - * { set nicklist [chanlist #channel] set f [open nicks.txt w] puts $f [join $nicklist ", "] close $f ; #}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5911">tsukeh</a> — Fri Aug 10, 2007 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mazmardigan88]]></name></author>
		<updated>2007-08-10T14:11:47-04:00</updated>

		<published>2007-08-10T14:11:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75181#p75181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75181#p75181"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75181#p75181"><![CDATA[
Hi!<br><br>I'm very interested in the same script, but with little modifications (I tried to do them by myself, but I don't know TCL  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>I just need the same but without the channel name (if possible) and every nick in the same line and separated by a comma and an space. E.g.<br><br>Nick1,  Nick2, Nick3, Nick4<br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9216">mazmardigan88</a> — Fri Aug 10, 2007 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-18T04:24:58-04:00</updated>

		<published>2007-07-18T04:24:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74509#p74509</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74509#p74509"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74509#p74509"><![CDATA[
I edited the code above, so it runs every 5 minutes. You can use that code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 18, 2007 4:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fredvil]]></name></author>
		<updated>2007-07-18T04:14:57-04:00</updated>

		<published>2007-07-18T04:14:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74508#p74508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74508#p74508"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74508#p74508"><![CDATA[
one more thing awyeah, how to adjust the write time to every 5 munites or to any given time? <br><br>thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7056">fredvil</a> — Wed Jul 18, 2007 4:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fredvil]]></name></author>
		<updated>2007-07-18T04:00:52-04:00</updated>

		<published>2007-07-18T04:00:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74507#p74507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74507#p74507"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74507#p74507"><![CDATA[
thanks a lot awyeah <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7056">fredvil</a> — Wed Jul 18, 2007 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-18T04:24:23-04:00</updated>

		<published>2007-07-18T03:47:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74505#p74505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74505#p74505"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74505#p74505"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Channels to write the user nicklist fromset writechans "#chan1 #chan2 #chan3"bind time - "*" write:chansproc write:chans {m h d mo y} { if {([scan $m %d]+([scan $h %d]*60)) % 5 == 0} {  set f [open nicks.txt w]   foreach c [split $::writechans] {    puts $f "On channel $c"     foreach n [chanlist $c] {      puts $f $n      }   }  close $f }}</code></pre></div><em class="text-italics">Note: Edited to run every 5 minutes</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 18, 2007 3:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fredvil]]></name></author>
		<updated>2007-07-18T02:49:26-04:00</updated>

		<published>2007-07-18T02:49:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74503#p74503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74503#p74503"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74503#p74503"><![CDATA[
Sir_Fz, how to write only userlist on specific channel not all channels the bot is on. example: the bot is on #channel1, #channel2 &amp; #channel3 and write only list on #channel1<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7056">fredvil</a> — Wed Jul 18, 2007 2:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-24T13:31:44-04:00</updated>

		<published>2007-02-24T13:31:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70684#p70684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70684#p70684"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70684#p70684"><![CDATA[
<blockquote class="uncited"><div>Check with the network you use.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 24, 2007 1:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Soontir Fel]]></name></author>
		<updated>2007-02-24T11:59:47-04:00</updated>

		<published>2007-02-24T11:59:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70680#p70680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70680#p70680"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70680#p70680"><![CDATA[
<blockquote class="uncited"><div>a cloak user mode</div></blockquote>And what is it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8733">Soontir Fel</a> — Sat Feb 24, 2007 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-02-24T08:23:42-04:00</updated>

		<published>2007-02-24T08:23:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70676#p70676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70676#p70676"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70676#p70676"><![CDATA[
<blockquote class="uncited"><div>Thank you!!! But where should I put it? And can I make this bot invisible?</div></blockquote>Apparently on some networks (not DALnet) there's a cloak user mode. Check with the network you use.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Feb 24, 2007 8:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Soontir Fel]]></name></author>
		<updated>2007-02-24T07:06:02-04:00</updated>

		<published>2007-02-24T07:06:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70674#p70674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70674#p70674"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70674#p70674"><![CDATA[
Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8733">Soontir Fel</a> — Sat Feb 24, 2007 7:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-24T07:05:08-04:00</updated>

		<published>2007-02-24T07:05:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70673#p70673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70673#p70673"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70673#p70673"><![CDATA[
You load it just like any other Tcl script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 24, 2007 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Soontir Fel]]></name></author>
		<updated>2007-02-24T06:14:36-04:00</updated>

		<published>2007-02-24T06:14:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70671#p70671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70671#p70671"/>
		<title type="html"><![CDATA[Who's on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70671#p70671"><![CDATA[
Thank you!!! But where should I put it? And can I make this bot invisible?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8733">Soontir Fel</a> — Sat Feb 24, 2007 6:14 am</p><hr />
]]></content>
	</entry>
	</feed>
