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

	<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>2004-03-01T09:57:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-01T09:57:14-04:00</updated>

		<published>2004-03-01T09:57:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34128#p34128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34128#p34128"/>
		<title type="html"><![CDATA[How to run someproc on timed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34128#p34128"><![CDATA[
Thanks, that i was looking for. Weatherscript is working now automatically.<br><br>But it is kind of stupid system now, I had to set those args manually.<br>And when I change time in "bind time - "30*", the bot must be restarted, with command .rehash there will be mess on channel <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Any better ideas for timer system?<br><br>I´ve got one info channel in IRC and I would use timer for many scripts.<p>Statistics: Posted by Guest — Mon Mar 01, 2004 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-02-28T14:40:02-04:00</updated>

		<published>2004-02-28T14:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34079#p34079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34079#p34079"/>
		<title type="html"><![CDATA[How to run someproc on timed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34079#p34079"><![CDATA[
bind time - "30 *" weather::autoshow<br>proc autoshow {args} {<br>putserv "NOTICE #channel :[weather::weatherpub $var1 $var2 $var3 $var4 $var5]"<br>}<br><br>Since proc weatherpub needs 5 args, you'd have to supply it with 5.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Sat Feb 28, 2004 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-28T08:35:36-04:00</updated>

		<published>2004-02-28T08:35:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34071#p34071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34071#p34071"/>
		<title type="html"><![CDATA[How to run someproc on timed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34071#p34071"><![CDATA[
I`ve got weather script wich work fine. But I want run that script on timed and results printed on my channel.<br>From weather.tcl:<br><br><strong class="text-strong">bind pub - !weather weather::weatherpub</strong><br><strong class="text-strong">proc weatherpub {nick uhost handle chan text} {</strong><br>                  blaa blaa blaa .....<br><br>How to run weatherpub automatically ?<br><br>This is asking args for weatherpub, how to give them? <br>bind time - "30 % % % %" weather::autoshow <br>proc autoshow{args} {<br>        putserv "NOTICE #channel : {[weather::weatherpub]}"<br>}<br><br>Is there any better way to do that?<p>Statistics: Posted by Guest — Sat Feb 28, 2004 8:35 am</p><hr />
]]></content>
	</entry>
	</feed>
