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

	<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>2003-06-28T05:08:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Carnage69]]></name></author>
		<updated>2003-06-28T05:08:50-04:00</updated>

		<published>2003-06-28T05:08:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22673#p22673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22673#p22673"/>
		<title type="html"><![CDATA[timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22673#p22673"><![CDATA[
hello i tryped this timer script but it doesent work can anyone help me?<br><br><br><br><br>bind pub -|- .timer timer_set<br>bind pub -|- .killtimer timer_kill<br><br>proc timer_set {nick host hand chan arg} {<br>if {![validuser $hand]} {return}<br>global url pathqstat cc nopub timer<br>if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}<br>if {$arg == ""} {<br>putserv notice $nick "To Use Do .Timer msg #Chan Message"<br>return 0<br>}<br>set timer1 "$arg"<br>putserv "PRIVMSG $nick :Timer Has Ben STARTED"<br>timer 5 :$timer1"<br>}<br><br>proc timer_kill {nick host hand chan arg} {<br>if {![validuser $hand]} {return}<br>global url pathqstat cc nopub timer_kill<br>if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}<br>if {$arg == ""} {<br>putserv notice $nick "To Use Do .Timer Number Of Timer To Kill"<br>return 0<br>}<br>set killtimer "$arg"<br>killtimer "$arg"<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3299">Carnage69</a> — Sat Jun 28, 2003 5:08 am</p><hr />
]]></content>
	</entry>
	</feed>
