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

	<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>2008-05-21T21:34:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-21T21:34:13-04:00</updated>

		<published>2008-05-21T21:34:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83079#p83079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83079#p83079"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83079#p83079"><![CDATA[
thx Papillon Nor7on<br><br>im testing the sceipts <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>thx alot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Wed May 21, 2008 9:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2008-05-21T07:32:41-04:00</updated>

		<published>2008-05-21T07:32:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83056#p83056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83056#p83056"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83056#p83056"><![CDATA[
i have other code.<br><div class="codebox"><p>Code: </p><pre><code>#set the channel/s when u want run the tcl.#ex: "#mychan1 #mychan2 #mychan3"set channels "#mychan1 #mychan2"#set the channel modesset openmodes "nt-mirs"bind time - "?0 *" mode:openproc mode:open args {global channels openmodesforeach channel $channels { putquick "MODE $channel +$openmodes"}}putlog "OpenChanModes.tcl v1.0 Working Fine by Nor7on"</code></pre></div>  <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=8762">Nor7on</a> — Wed May 21, 2008 7:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2008-05-21T06:10:23-04:00</updated>

		<published>2008-05-21T06:10:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83052#p83052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83052#p83052"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83052#p83052"><![CDATA[
Using Sir_Fz example:<div class="codebox"><p>Code: </p><pre><code>set channelsyouwant "#chan1 #chan2 #chan3"bind time - "?0 *" set:modesproc set:modes args { foreach c [list $channelsyouwant] {  puthelp "mode $c +ntk-RMmcisk auto-open-mode" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed May 21, 2008 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-20T23:01:17-04:00</updated>

		<published>2008-05-20T23:01:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83048#p83048</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83048#p83048"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83048#p83048"><![CDATA[
thx thx alot Sir_Fz<br><br>i have question .. how can i add more channels and to make the time 10<br> <br> minutes and more?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Tue May 20, 2008 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-05-20T15:23:24-04:00</updated>

		<published>2008-05-20T15:23:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83042#p83042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83042#p83042"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83042#p83042"><![CDATA[
This is something for you to start with:<div class="codebox"><p>Code: </p><pre><code>bind time - * set:modesproc set:modes args { puthelp "mode #channel +ntk-RMmcisk auto-open-mode"}</code></pre></div>This will set the mode on #channel every minute.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue May 20, 2008 3:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-20T01:52:25-04:00</updated>

		<published>2008-05-20T01:52:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83015#p83015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83015#p83015"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83015#p83015"><![CDATA[
its my 3 or 4 post and no 1 replied tell now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br><br>and if u like to make it thx u ... if not also thx alot <br><br>its just a command not a war <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> i will not lose any thing if u don't make it<br><br> i need help so i found this forum to help me <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=9924">4mirc</a> — Tue May 20, 2008 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-20T00:13:09-04:00</updated>

		<published>2008-05-20T00:13:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83014#p83014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83014#p83014"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83014#p83014"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>No problem Thats mean no 1 can make this tcl script</div></blockquote>It means, as per the sticky, that you wait VERY patiently and not bump for the sake of getting attention else it's into the Jank Yard. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>You showed no courtesy to wait for a decent amount of time before making a whiny post about no replies (your second post came less then 4 hours after first post), around here that is about the same as making demands upon persons you are not compensating for their time and efforts.<br><br>These forums are read by search bots, which is likely where most of the views are from.<br><br>I had considered making a script to fulfill your initial request, until I read your second post.<br><br>Perhaps another person here would still consider making this for you.<br><br>Another idea would be to read the documentation that comes with eggdrop and also <a href="http://tmml.sourceforge.net/doc/tcl/" class="postlink"><span style="text-decoration:underline">this website</span></a> to attempt creating your own script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Tue May 20, 2008 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-05-19T23:36:32-04:00</updated>

		<published>2008-05-19T23:36:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83011#p83011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83011#p83011"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83011#p83011"><![CDATA[
<blockquote class="uncited"><div>No problem Thats mean no 1 can make this tcl script</div></blockquote>It means, as per the sticky, that you wait VERY patiently and not bump for the sake of getting attention else it's into the Jank Yard. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon May 19, 2008 11:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-19T19:37:29-04:00</updated>

		<published>2008-05-19T19:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83004#p83004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83004#p83004"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83004#p83004"><![CDATA[
hi  DragnLord<br><br> i need help in script  not in THX word i guess right ?<br><br> if u don't know how or u can't make it u can say that . <br><br> if u replied about my script  better than <br><br> i guess this forum for help maybe <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br> No problem Thats mean no 1 can make this tcl script<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Mon May 19, 2008 7:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-19T12:06:17-04:00</updated>

		<published>2008-05-19T12:06:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82992#p82992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82992#p82992"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82992#p82992"><![CDATA[
<blockquote class="uncited"><div><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> 12 viewed this post but no 1 reply ??<br><br> thx</div></blockquote>You're welcome.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon May 19, 2008 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-19T01:32:17-04:00</updated>

		<published>2008-05-19T01:32:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82982#p82982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82982#p82982"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82982#p82982"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> 12 viewed this post but no 1 reply ??<br><br> thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Mon May 19, 2008 1:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-18T22:56:44-04:00</updated>

		<published>2008-05-18T22:56:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82980#p82980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82980#p82980"/>
		<title type="html"><![CDATA[can i make auto open mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82980#p82980"><![CDATA[
is it possible to make my bot auto open mode every 1 minute or 15 min<br><br>the time and channel let me choice them <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">   make it for multiple channel<br><br>example : Sysop sets mode: +ntk-RMmcisk auto-open-mode<br><br>and thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Sun May 18, 2008 10:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
