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

	<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>2003-05-06T02:14:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-06T02:14:34-04:00</updated>

		<published>2003-05-06T02:14:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19868#p19868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19868#p19868"/>
		<title type="html"><![CDATA[HELP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19868#p19868"><![CDATA[
replace from:<div class="codebox"><p>Code: </p><pre><code>foreach chan $channel { </code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>foreach chan [channels] { </code></pre></div>and should do what you've wanted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue May 06, 2003 2:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-03T21:10:25-04:00</updated>

		<published>2003-05-03T21:10:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19789#p19789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19789#p19789"/>
		<title type="html"><![CDATA[HELP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19789#p19789"><![CDATA[
[channels] gives you a list of all the channels added in your bot.<br>What do you mean by "chan #1 one"?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sat May 03, 2003 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-05-03T14:52:08-04:00</updated>

		<published>2003-05-03T14:52:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19772#p19772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19772#p19772"/>
		<title type="html"><![CDATA[HELP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19772#p19772"><![CDATA[
How i make this ad displaying on all chans the bot is but not on chan #1 one ???<div class="codebox"><p>Code: </p><pre><code># Alternative, hit ctrl+k in IRC and copy paste in to dialog box.              ###################################################################################### GENERAL SETTINGS ##### Channelset channel "#isp4p"# Timeset time 15# AD-Text 1set text "Probleme mit deinem Bouncer/Eggdrop ? Komm in #ISP4P.Support, denn da wirst du geholfen!"##### DO NOT EDIT ANYTHING BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING #####set a "$botnick"set a [string tolower "$nick"]if {![info exists ald]} {set ald 1timer $time go}proc go {} {global a channel time textforeach chan $channel {putserv "PRIVMSG $chan :$text"timer $time go}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Sat May 03, 2003 2:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
