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

	<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-08-24T20:11:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[whiteshark]]></name></author>
		<updated>2005-08-24T17:35:41-04:00</updated>

		<published>2005-08-24T17:35:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54767#p54767</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54767#p54767"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54767#p54767"><![CDATA[
Thnx but i set the time on 120 minutes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6341">whiteshark</a> — Wed Aug 24, 2005 5:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-08-24T20:11:19-04:00</updated>

		<published>2005-08-24T17:20:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54766#p54766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54766#p54766"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54766#p54766"><![CDATA[
If you want the whole text of $adtext to be shown on all chans, then replace these:<div class="codebox"><p>Code: </p><pre><code>set printochan [lindex $adtext [rand [llength $adtext]]] putserv "PRIVMSG $ch : $printochan"</code></pre></div>with<div class="codebox"><p>Code: </p><pre><code>foreach ch [channels] { foreach m $adtext {  puthelp "PRIVMSG $ch :$m" }}</code></pre></div>But this might cause a huge lag or even your bot flooding out if it's on alot of chans.<br><br>Edit: Changed $chan to $ch (correction)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Aug 24, 2005 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whiteshark]]></name></author>
		<updated>2005-08-24T16:29:45-04:00</updated>

		<published>2005-08-24T16:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54763#p54763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54763#p54763"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54763#p54763"><![CDATA[
thnx but now is the problem the bot shows only one text message <br>this one  "\002Bijvoorbeeld deze Url's van: Fok,Gamer,CS\002"<br>he show the other message not on the channels.<br>can you fix it for me .<br>he must send all the text message ones thogether<br><br>Master greenbear<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6341">whiteshark</a> — Wed Aug 24, 2005 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-08-24T16:12:21-04:00</updated>

		<published>2005-08-24T16:12:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54762#p54762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54762#p54762"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54762#p54762"><![CDATA[
Replace this line <div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan : $printochan" </code></pre></div> with <div class="codebox"><p>Code: </p><pre><code>foreach ch [channels] {putserv "PRIVMSG $ch : $printochan"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Aug 24, 2005 4:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whiteshark]]></name></author>
		<updated>2005-08-24T15:11:37-04:00</updated>

		<published>2005-08-24T15:11:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54760#p54760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54760#p54760"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54760#p54760"><![CDATA[
Hello can somebody edit this script so that the bot it send to all channels.<br>Thnx a Lot<div class="codebox"><p>Code: </p><pre><code>################################################ iNgADvert.tcl by iNgLiSh                    ## -adapted from newaidle.tcl by Felipe Tonioli## BE SURE TO EDIT WITH PICO or other linux    ## editor, or else it will all get messed up!  ## ie. in shell commandline: pico ingadvert.tcl## and then ctrl+x to save and close.          ## Enjoy!!!          -iNgLiSh                  ################################################# How often should it spit out ad:(in minutes ie. set ad-at 5 # would make it advertise every 5 min) :set ad-at- 5set vers "v o.1"# Chan to advertise in:set chan "trivia.nl"###########Edit add ads inside "\002 HERE \002"############ set adtext {     "\002---------------------Nieuw----------------\002"     "\002Wil je ook dat ^TriviaBot^ het Nieuws op jouw channel zegt:\002"     "\002Bijvoorbeeld deze Url's van: Fok,Gamer,CS\002"     "\002Kom dan naar #trivia.nl en lees daar het topic \002"           }#######DO NOT EDIT BELOW THESE LINES#######set notnick "$botnick" set notnick [string tolower ${nick}]if {![info exists {ald}]} {  global notnick chan ad-at- adtext  set ald 1  timer ${ad-at-} printing}proc printing {} {  global notnick chan ad-at- adtext  set printochan [lindex $adtext [rand [llength $adtext]]]      putserv "PRIVMSG $chan : $printochan"  timer ${ad-at-} printing}putlog "\002\&lt;ingadvert\&gt; $vers by iNgLiSh is loaded \&lt;ingadvert\&gt;\002"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6341">whiteshark</a> — Wed Aug 24, 2005 3:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
