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

	<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>2007-04-07T19:09:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-04-07T19:09:49-04:00</updated>

		<published>2007-04-07T19:09:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71891#p71891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71891#p71891"/>
		<title type="html"><![CDATA[help with adding time to command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71891#p71891"><![CDATA[
Assuming you have all the players names in a list or some var, you can do something like:<br><br>foreach name $whatever {<br>            # reset $name stuff<br>} <br><br>and then bind that into a seperate proc with the bind time command..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Apr 07, 2007 7:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[d0rk]]></name></author>
		<updated>2007-03-29T17:42:46-04:00</updated>

		<published>2007-03-29T17:42:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71683#p71683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71683#p71683"/>
		<title type="html"><![CDATA[help with adding time to command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71683#p71683"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc pub_.request {nick uhost hand channel rest} {proc proctimer {minute hour day month year} { .. } ;proc addtolist {nick userhost} {global yourlist; lappend yourlist $nick!$userhost}proc checkthelist {nick userhost} {global yourlist; if {[lsearch -glob $yourlist [stringtopattern $nick]!*]!=-1 || [lsearch -glob $yourlist *![stringtopattern $userhost]]!=-1} {return 1} {return 0}}global botnickputmsg $channel ".give $nick 200"putmsg $nick "$nick you can request another 200 words tomorrow from 00:00am GMT"}bind time - "" proctimer ;bind pub - .request "pub_.request"</code></pre></div>what i need help with is inserting a timer that will only reset at 00:00am GTM per person so that every one can request $200 to play on the cassino bot per day<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8368">d0rk</a> — Thu Mar 29, 2007 5:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
