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

	<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>2013-05-09T01:40:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[krouser]]></name></author>
		<updated>2013-05-09T01:40:19-04:00</updated>

		<published>2013-05-09T01:40:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101477#p101477</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101477#p101477"/>
		<title type="html"><![CDATA[Putting a halt!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101477#p101477"><![CDATA[
oops my bad i think it should be $ochan.. hehe <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> ..and willyw il see if it works!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12230">krouser</a> — Thu May 09, 2013 1:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-09T00:47:40-04:00</updated>

		<published>2013-05-09T00:47:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101475#p101475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101475#p101475"/>
		<title type="html"><![CDATA[Putting a halt!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101475#p101475"><![CDATA[
It should, but the proc is so sloppy written that I don't see how it works. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>For instance, the <em class="text-italics">rchan</em> variable isn't defined anywhere. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu May 09, 2013 12:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2013-05-08T16:23:48-04:00</updated>

		<published>2013-05-08T16:23:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101474#p101474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101474#p101474"/>
		<title type="html"><![CDATA[Putting a halt!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101474#p101474"><![CDATA[
Is this useful?<br><br><br><a href="http://forum.egghelp.org/viewtopic.php?t=9009#45537" class="postlink">http://forum.egghelp.org/viewtopic.php?t=9009#45537</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed May 08, 2013 4:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krouser]]></name></author>
		<updated>2013-05-08T13:45:48-04:00</updated>

		<published>2013-05-08T13:45:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101472#p101472</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101472#p101472"/>
		<title type="html"><![CDATA[Putting a halt!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101472#p101472"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set chan1 "#foo"set chan2 "#zoo" bind pub -|- !op opbind pubm - *!op* repeat_pubm proc op {nick host hand chan text} {        set ochan [lindex $text 0]        set cause [lrange $text 1 end]        set first_char [string index $rchan 0]        set key [join [lrange [split $text] 1 end]]if { $chan == #foo } {if { $first_char != "#"} {putserv "privmsg $chan1 : Sorry this is not valid. You can ONLY be opped in (#)channels."        } elseif { $key == ""} { putserv "privmsg $::chan1 : You must give the key for op." } else {          putserv "privmsg $::chan2 : Result ---&gt; $nick ($host) is requesting to be opped in $ochan"  putserv "privmsg $::chan2 : Cause ---&gt; : $Cause"   putserv "privmsg $::chan1 Hello $nick : You have been opped successfully.}}}}</code></pre></div>Is it possible to somehow not trigger the 'proc op' for 10 seconds if the command !op is used 3 times within 5 seconds? I am not really good with timers. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12230">krouser</a> — Wed May 08, 2013 1:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
