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

	<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-10-29T15:41:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ZEXEL]]></name></author>
		<updated>2006-10-29T15:41:57-04:00</updated>

		<published>2006-10-29T15:41:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67533#p67533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67533#p67533"/>
		<title type="html"><![CDATA[Yoowww...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67533#p67533"><![CDATA[
I love your code rosc2112...<br>thank you...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7909">ZEXEL</a> — Sun Oct 29, 2006 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-29T11:16:41-04:00</updated>

		<published>2006-10-29T11:16:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67528#p67528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67528#p67528"/>
		<title type="html"><![CDATA[.chanset from tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67528#p67528"><![CDATA[
channel set &lt;name&gt; &lt;options...&gt;<br>   Description: sets options for the channel specified. The full list of possible options are given in doc/settings/mod.channels.<br>    Returns: nothing<br>    Module: channels<br><div class="codebox"><p>Code: </p><pre><code>if {![string match "*my_timer_check*" [timers]]} {timer 5 my_timer_check}proc my_timer_check {} {  if {[onchan usernickname #channelx]} {               channel set #channelx -something  } else {               channel set #channely +something  }  if {![string match "*my_timer_check*" [timers]]} {timer 5 my_timer_check}}</code></pre></div>Something like that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Oct 29, 2006 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darkrad]]></name></author>
		<updated>2006-10-29T08:43:25-04:00</updated>

		<published>2006-10-29T08:43:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67517#p67517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67517#p67517"/>
		<title type="html"><![CDATA[.chanset from tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67517#p67517"><![CDATA[
and what does it means?<br>any code example?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3830">darkrad</a> — Sun Oct 29, 2006 8:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZEXEL]]></name></author>
		<updated>2006-10-29T08:05:22-04:00</updated>

		<published>2006-10-29T08:05:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67515#p67515</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67515#p67515"/>
		<title type="html"><![CDATA[like limit chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67515#p67515"><![CDATA[
ups! I think it's like Automatic Limit Channel.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7909">ZEXEL</a> — Sun Oct 29, 2006 8:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darkrad]]></name></author>
		<updated>2006-10-29T07:16:59-04:00</updated>

		<published>2006-10-29T07:16:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67507#p67507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67507#p67507"/>
		<title type="html"><![CDATA[.chanset from tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67507#p67507"><![CDATA[
is there any way to do this in a tcl script:<br>check every 5 mins if a user is on a channel #x, if yes then .chanset #x -something, else .chanset #y +something.<br>Any help? thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3830">darkrad</a> — Sun Oct 29, 2006 7:16 am</p><hr />
]]></content>
	</entry>
	</feed>
