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

	<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>2002-10-07T11:52:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-10-07T11:52:03-04:00</updated>

		<published>2002-10-07T11:52:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11784#p11784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11784#p11784"/>
		<title type="html"><![CDATA[timed events and check if user ison chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11784#p11784"><![CDATA[
bind time - "* 05 * * *"  will do something at 05.00 every day, not every hour as u said, then u have to use: bind time "00 * * * *" ....<br>the proc will be: proc something {min hour day month year} {<br><br>to see if someone is on a channel u use : [onchan nickname channel]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Oct 07, 2002 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slashem]]></name></author>
		<updated>2002-10-06T10:58:52-04:00</updated>

		<published>2002-10-06T10:58:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11749#p11749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11749#p11749"/>
		<title type="html"><![CDATA[timed events and check if user ison chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11749#p11749"><![CDATA[
I found on the forum here that you can use:<br>bind time - "* 05 * * *" {<br>to execute something every hour :05 minutes.. <br>but how can you make it do something every two or every three hours?<br><br>and another question I have is how can you check if a nickname is in your current channel? like: if { bobo ison #testing } { .... }<br><br><br>thx in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1742">slashem</a> — Sun Oct 06, 2002 10:58 am</p><hr />
]]></content>
	</entry>
	</feed>
