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

	<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>2012-11-28T03:21:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-11-28T03:21:11-04:00</updated>

		<published>2012-11-28T03:21:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100286#p100286</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100286#p100286"/>
		<title type="html"><![CDATA[can you edit tgis Quote script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100286#p100286"><![CDATA[
Add to quotes2112.cfg and edit the new settings.<div class="codebox"><p>Code: </p><pre><code># Number of minutes between each timed say random quote# Set this to "0" to disable all timed random quotesset qtimedrandomly "10"# Channels where we will do timed say random quote# Note: Channel(s) Must be in 'quotechans' &amp; Not in 'quotequietchans'set qtimedrandchans "#mychan"</code></pre></div>Add to quotes2112.tcl<div class="codebox"><p>Code: </p><pre><code>if {$qtimedrandomly&gt;"0" &amp;&amp; ![info exists qtimedrandrunnin]} {  if {$qtimedrandomly&gt;"5"} {  timer 5 [list proc:timedquotes]  } else {  timer $qtimedrandomly [list proc:timedquotes]  }  set qtimedrandrunnin 1}proc proc:timedquotes {} {  if {$::qtimedrandomly=="0"} {  unset ::qtimedrandrunnin  ;  return  }  foreach ch [split $::qtimedrandchans] {    proc:quote $::botnick usr@host handle $ch random  }  timer $::qtimedrandomly [list proc:timedquotes]}</code></pre></div>Not tested, let me know how it works out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Nov 28, 2012 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZzozZ]]></name></author>
		<updated>2012-10-21T18:55:12-04:00</updated>

		<published>2012-10-21T18:55:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100160#p100160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100160#p100160"/>
		<title type="html"><![CDATA[can you edit tgis Quote script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100160#p100160"><![CDATA[
I found <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1396" class="postlink">this</a> quote script.<br>Can you make it to say random quotes from all users and categories in random interval of time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11419">ZzozZ</a> — Sun Oct 21, 2012 6:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
