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

	<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>2008-08-20T15:03:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2008-08-20T15:03:31-04:00</updated>

		<published>2008-08-20T15:03:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84719#p84719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84719#p84719"/>
		<title type="html"><![CDATA[error in script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84719#p84719"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set speaks_time "10</code></pre></div>change for<br><div class="codebox"><p>Code: </p><pre><code>set speaks_time "10"</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Wed Aug 20, 2008 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Danik]]></name></author>
		<updated>2008-08-20T14:20:51-04:00</updated>

		<published>2008-08-20T14:20:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84717#p84717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84717#p84717"/>
		<title type="html"><![CDATA[error in script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84717#p84717"><![CDATA[
does anybody know what is the error in this script ?....<br><div class="codebox"><p>Code: </p><pre><code>## Set your channel for Advertize your text messeges ..## If you want to Advertize in all channel where is your bot parking then use "*"## other "#Cimislia"set speaks_chans "#Cimislia"# Set you want in XXX minute you bot always talk on minute set speaks_time "10## ----------------------------------------------------------------## --- Don't change anything below here if you don't know how ! ---## ----------------------------------------------------------------### Advertizing Messeges are Here #### Set the next lines as the random speaks msgs you want to sayset speaks_msg {" 1,0[ATENTIE] 12,12_8,8_4,4_1,0 #Cimislia FORUM -&gt; wWw.CimisliaIRC.Tk (propuneri/obiectii/divertisment)"}if {![string match "*time_speaks*" [timers]]} { timer $speaks_time time_speaks}proc time_speaks {} { global speaks_msg speaks_chans speaks_time if {$speaks_chans == "*"} {  set speaks_temp [channels] } else {  set speaks_temp $speaks_chans } foreach chan $speaks_temp {  set speaks_rmsg [lindex $speaks_msg [rand [llength $speaks_msg]]] puthelp "PRIVMSG $chan :$speaks_rmsg" timer $speaks_time time_speaksreturn 1 } }putlog "Advertizing in Channel loaded Successfuly..."putlog "Ver 1.0 By NicePaL &amp; Special Thanks for Pulse #DALnetBoT &amp; #EggDrop"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9992">Danik</a> — Wed Aug 20, 2008 2:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
