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

	<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>2004-03-03T18:00:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2004-03-03T18:00:08-04:00</updated>

		<published>2004-03-03T18:00:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34218#p34218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34218#p34218"/>
		<title type="html"><![CDATA[Search a script for Remind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34218#p34218"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#-------------------------------------------------#remind.tcl 1.0 written by dre^ @ EFnet on 7.22.00#-------------------------------------------------#Have you ever been on IRC and wished you had a little alarm#clock built right into your bot? Well, now you do. This is a#very simple script that will remind you about something after#an interval of your choosing. The command syntax is as follows:#  /msg &lt;botname&gt; remind &lt;minutes&gt; &lt;text&gt;  for example...#  /msg MyBot remind 30 Call yo momma! #Upon issuing a reminder command, your reminder will be confirmed.#The script will also track nick changes, so you won't lose a#reminder if you change nicks.##This script also works in the dcc console as follows:#.remind &lt;minutes&gt; &lt;text&gt;##As of this initial version, the script is NOT multi-threaded,#which means that only one  reminder message can be stored at#a time. If a second reminder message is stored, it will replace#the first one.##NOTES#Accuracy is +/- 59 seconds due to the way eggdrop handles timers#This script was designed for eggdrop1.1.5 - use it on newer#versions at your own risk :P#Reminders will last thru .rehash but NOT .restart##INSTALLATION#Copy this file into your eggdrop's scripts directory and add#the following line at the end of your .conf file:#source scripts/remind.tcl##Contact dre@mac.com with any feature suggestions, or talk to dre^#on EFnet.##--------------------------------------------------------------#Change each of the three n's below to whatever flag you want#eggdrop to require in order for you to use remind.tcl#set to - for no flags requiredset bl "\[bip\] -" ;# biplogoset bc "#channel"bind MSG n bip msg:remindbind DCC n bip dcc:remindbind NICK n * check:nickproc msg:remind {nick uh hand text} {global who info bl bc      if {![onchan $nick $bc]} {      putserv "NOTICE $nick :to add a reminder you must be on $bc"      return 0      }set info [lindex $text 0]set when [lrange $text 1 end]set who $nickputlog "$bl $nick set a reminder as \002$info\002 for \002$when minutes\002"puthelp "PRIVMSG $who :reminder set for $when minutes: $info."timer $when remind:msg    }proc dcc:remind {hand idx text} {global who infoset info [lindex $text 0]set when [lrange $text 1 end]set who $idxputdcc $idx "$bl reminder set as \002$info\002, (\002$when minutes)"timer $when remind:dcc    }proc remind:msg {} {global who infoputhelp "PRIVMSG $who :\002$info\002"unset whounset info    }    proc remind:dcc {} {global who infoputdcc $who " $info "unset whounset info}proc check:nick {nick uh hand chan newnick} {global whoif {[info exists who]} {if {[string compare $who $nick] == 0} {putlog "$bl newnick: $who --&gt; $newnick"set who $newnick}}}putlog "remind.tcl 1.0 by dre^ @ EFnet loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Wed Mar 03, 2004 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-15T10:07:44-04:00</updated>

		<published>2004-02-15T10:07:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33615#p33615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33615#p33615"/>
		<title type="html"><![CDATA[Search a script for Remind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33615#p33615"><![CDATA[
Hello people`s,<br>im searching for a script what write amsg 30 minutes before the time is come, i need it as a Warreminder for my clan.<br><br>if the war is at 20:00h (8:00pm) so it must remind us at 19:30 (9:30pm).<br><br>the best is, if i can put the data for a war in a mysqlDB or a extern textfile. <br><br>has anyone an idea?<br><br>sorry for my english.. :/<p>Statistics: Posted by Guest — Sun Feb 15, 2004 10:07 am</p><hr />
]]></content>
	</entry>
	</feed>
