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

	<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-10-03T15:00:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-10-03T15:00:23-04:00</updated>

		<published>2002-10-03T15:00:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11670#p11670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11670#p11670"/>
		<title type="html"><![CDATA[Annoucement Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11670#p11670"><![CDATA[
ARGH!<br> It is NOT:<br>bind msg - "#yourchannel*" updatetime <br><br>but:<br><br>bind pubm - "#yourchannel*" updatetime<br><br><br>Sorry, i was dumb or something...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Thu Oct 03, 2002 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-10-03T14:48:11-04:00</updated>

		<published>2002-10-03T14:48:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11667#p11667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11667#p11667"/>
		<title type="html"><![CDATA[Annoucement Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11667#p11667"><![CDATA[
Well, it's not that hard to make such script yourself, but you may even want to use one of the existing, then you might add following things:<br><br>set lastchanmsg [unixtime]<br>bind msg - "#yourchannel*" updatetime<br><br>proc upditetime {nick uhost handle channel text} {<br>global lastchanmsg<br>set lastchanmsg [unixtime]<br>}<br><br><br>This is all supposed to go outside any procedures... Now, find the procedure that actually prints out the quote and this immidiately after the procedure declaration:<br><br>global lastchanmsg<br>if {[expr [unixtime] - $latchanmsg] &lt; set_some_minimum_idletime} { return }<br><br>This would be a very sloppy solution, but unless you can code TCL, it might be your only way out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Thu Oct 03, 2002 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-01T16:47:26-04:00</updated>

		<published>2002-10-01T16:47:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11580#p11580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11580#p11580"/>
		<title type="html"><![CDATA[Annoucement Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11580#p11580"><![CDATA[
Hi, I'm looking for a script that will make the bot produce a random quote, but <strong class="text-strong">only</strong> when the channel has been idle for a set amount of time.<br><br>I can see plenty of scripts to do random quotes, but havent seen any that only kick in when its a bit quiet.<br><br>Any help would be appreciated<p>Statistics: Posted by Guest — Tue Oct 01, 2002 4:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
