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

	<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-04-06T01:47:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-06T01:47:00-04:00</updated>

		<published>2002-04-06T01:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6010#p6010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6010#p6010"/>
		<title type="html"><![CDATA[Limiting commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6010#p6010"><![CDATA[
This should do the job..<br><br><br><br>#number of seconds between allowed triggers<br>set hptimer 10<br><br>bind pub - "!hp" hpcheck<br><br>set hprunning 0<br>proc hpcheck {nick host hand chan params} {<br> global hptimer hprunning<br> if {!$hprunning} {<br>  putserv "PRIVMSG #channelofyourchoice : Homepage=<a href="http://my.url" class="postlink">http://my.url</a>"<br>  set hprunning 1<br>  utimer $hptimer {set hprunning 0}<br> }<br>}<p>Statistics: Posted by Guest — Sat Apr 06, 2002 1:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-06T00:17:00-04:00</updated>

		<published>2002-04-06T00:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6009#p6009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6009#p6009"/>
		<title type="html"><![CDATA[Limiting commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6009#p6009"><![CDATA[
anyone?<p>Statistics: Posted by Guest — Sat Apr 06, 2002 12:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T11:33:00-04:00</updated>

		<published>2002-03-31T11:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5834#p5834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5834#p5834"/>
		<title type="html"><![CDATA[Limiting commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5834#p5834"><![CDATA[
Because its for commands in channel, such as !hp to display the channel homepage, etc. These have to be available to everyone<p>Statistics: Posted by Guest — Sun Mar 31, 2002 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-03-31T04:46:00-04:00</updated>

		<published>2002-03-31T04:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5817#p5817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5817#p5817"/>
		<title type="html"><![CDATA[Limiting commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5817#p5817"><![CDATA[
Why not just choose owners that won't abuse commands?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Mar 31, 2002 4:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-29T12:49:00-04:00</updated>

		<published>2002-03-29T12:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5775#p5775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5775#p5775"/>
		<title type="html"><![CDATA[Limiting commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5775#p5775"><![CDATA[
What I'm after is how to limit the use of a particular command. Allow it once, then not allow it for say 10 seconds (to prevent ppl abusing it)<br><br>Thanks in advance<br>-Torp<p>Statistics: Posted by Guest — Fri Mar 29, 2002 12:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
