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

	<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>2005-09-25T15:11:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-25T15:11:52-04:00</updated>

		<published>2005-09-25T15:11:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56097#p56097</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56097#p56097"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56097#p56097"><![CDATA[
sloved. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sun Sep 25, 2005 3:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-25T14:46:11-04:00</updated>

		<published>2005-09-25T14:46:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56095#p56095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56095#p56095"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56095#p56095"><![CDATA[
one more help.. sorry<br><br>if {[timerexists advertise]==""} {<br> timer 1 advertise<br>} <br><br><br>this is 1min 1 time<br><br><br>i set to 30 but seems i waited 1hrs haven even adv.. is 30min ad in as <br>timer 30 advertise <br>?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sun Sep 25, 2005 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-25T14:22:12-04:00</updated>

		<published>2005-09-25T14:22:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56093#p56093</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56093#p56093"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56093#p56093"><![CDATA[
first of all i would like to thank you for giving me this script. Thanks a lot. it works well.. <br><br>well, i still don't forfilled my wish.. but its enough thanks.. without !addadv command i can also edit the tcl. thanks a lot anyway De Kus!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sun Sep 25, 2005 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-25T12:17:51-04:00</updated>

		<published>2005-09-25T12:17:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56089#p56089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56089#p56089"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56089#p56089"><![CDATA[
maybe the original script didnt work because $speaks_msg was no proper list? Just a suggestion, because from the logic setting to * should make the script to load the channels each single execution. however, if a tcl error caused by an improper list interruptes the foreach loop, it wont output more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Sep 25, 2005 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-25T12:15:32-04:00</updated>

		<published>2005-09-25T12:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56088#p56088</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56088#p56088"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56088#p56088"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set Ads { "advertisement 1" "advertisement 2" "advertisement 3"}if {[timerexists advertise]==""} { timer 1 advertise}proc advertise {} { global Ads foreach chan [channels] {  puthelp "privmsg $chan :[lindex $Ads [rand [llength $Ads]]]" } timer 1 advertise}</code></pre></div>This will send a random ad from Ads to all channels every minute<br><br>PS: alltools.tcl should be loaded for the [timerexists] command to work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 25, 2005 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-25T11:57:01-04:00</updated>

		<published>2005-09-25T11:57:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56087#p56087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56087#p56087"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56087#p56087"><![CDATA[
i tried puting<br>set speaks_chans "[channels]" <br><br>but it did not post even one channel.<br><br>i am sorry i cannot make "#chan1 #chan2 #chan3" because i am running shell, anytime any channel allow me to adv i just ask the bot to join, and the bot can adv in ALL the joined channel. <br><br><br>or is it possible can i have the hounor to ask you, who are a expert, whom i greaty thanked in, to help me make this script postable in ALL the channels? pls? thank you a million.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sun Sep 25, 2005 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-25T10:50:26-04:00</updated>

		<published>2005-09-25T10:50:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56085#p56085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56085#p56085"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56085#p56085"><![CDATA[
Yeah, try it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 25, 2005 10:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-25T10:48:14-04:00</updated>

		<published>2005-09-25T10:48:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56083#p56083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56083#p56083"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56083#p56083"><![CDATA[
do u mean i make this<br><br>set speaks_chans "[channels]" <br><br><br>and it will work?<br><br>sorry i am a noob<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sun Sep 25, 2005 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-25T08:29:17-04:00</updated>

		<published>2005-09-25T08:29:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56080#p56080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56080#p56080"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56080#p56080"><![CDATA[
Then add ALL your channels in the script (i.e. "#chan1 #chan2 #chan3") or you can set it to "[channels]".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 25, 2005 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-24T22:53:23-04:00</updated>

		<published>2005-09-24T22:53:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56072#p56072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56072#p56072"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56072#p56072"><![CDATA[
ad.tcl only does 1 channel add. i seen the /msg bot &lt;url here&gt; &lt;ad here&gt;<br><br>but the most important is i want it to apper IN ALL CHANNEL.. which it cannot.. can someone tell me how to make it in all channel espicallu the script on top?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sat Sep 24, 2005 10:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-24T15:10:36-04:00</updated>

		<published>2005-09-24T15:10:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56062#p56062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56062#p56062"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56062#p56062"><![CDATA[
Try ad.tcl from <a href="http://www.tclscript.com/scripts.shtml" class="postlink">TCLScript.com</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Sep 24, 2005 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[congkai]]></name></author>
		<updated>2005-09-24T12:33:01-04:00</updated>

		<published>2005-09-24T12:33:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56055#p56055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56055#p56055"/>
		<title type="html"><![CDATA[advertise script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56055#p56055"><![CDATA[
i found a advertise script. it says to amke all channel in the bot parked advertise i make "*"<br>but seems when i make "*" (as shown below) i cannot get my bots to adv in all channel but only 1 channel.. which is the main 1st channel. i need a bot which adv in ALL channels.. <br>i provide the part where it ask for timer. below. please let me know where to edit.<div class="codebox"><p>Code: </p><pre><code>===============================================Script here===============================================## Set your channel for Advertize your text messeges ..## If you want to Advertize in all channel where is your bot parking then use "*"## other "#channel"set speaks_chans "*"set speaks_msg {123123 ADV HERE}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 }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6761">congkai</a> — Sat Sep 24, 2005 12:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
