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

	<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-08-29T12:37:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-29T12:37:47-04:00</updated>

		<published>2003-08-29T12:37:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25921#p25921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25921#p25921"/>
		<title type="html"><![CDATA[Banner Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25921#p25921"><![CDATA[
oh yeah ur right <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>I always do such mistakes, sorry <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=3085">Sir_Fz</a> — Fri Aug 29, 2003 12:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TsT]]></name></author>
		<updated>2003-08-29T12:18:18-04:00</updated>

		<published>2003-08-29T12:18:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25920#p25920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25920#p25920"/>
		<title type="html"><![CDATA[Banner Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25920#p25920"><![CDATA[
<blockquote class="uncited"><div>putserv "PRIVMSG $bchan <strong class="text-strong"><span style="color:red">"</span></strong>Global Message from $nick: $misc1end"</div></blockquote>should be:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $bchan :Global Message from $nick: $misc1end"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2803">TsT</a> — Fri Aug 29, 2003 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-29T10:20:47-04:00</updated>

		<published>2003-08-29T10:20:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25914#p25914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25914#p25914"/>
		<title type="html"><![CDATA[Banner Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25914#p25914"><![CDATA[
<blockquote class="uncited"><div>[snip]<br>foreach bchan [channels] { <br>msg $bchan "Global Message from $nick: $misc1end"<br>[snip]</div></blockquote>should be:<div class="codebox"><p>Code: </p><pre><code>foreach bchan [channels] { putserv "PRIVMSG $bchan "Global Message from $nick: $misc1end"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Aug 29, 2003 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moose]]></name></author>
		<updated>2003-08-29T09:12:32-04:00</updated>

		<published>2003-08-29T09:12:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25912#p25912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25912#p25912"/>
		<title type="html"><![CDATA[Banner Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25912#p25912"><![CDATA[
I got this script of the stormbot script but i cant seem to make it work any idaeas on how to make it work.<br><br>### banner proc<br>proc call_banner {nick misc1end} {<br>    global botnick<br>    if {$misc1end == ""} {<br>        notice $nick "Usage: $botnick banner &lt;message&gt; or $botnick broadcast &lt;message&gt;"<br>return 0<br>    }<br>    foreach bchan [channels] {<br>        msg $bchan "Global Message from $nick: $misc1end"<br>    }<br>    return 0<br>}<br><br>bind pub o|o !clan call_banner<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3684">Moose</a> — Fri Aug 29, 2003 9:12 am</p><hr />
]]></content>
	</entry>
	</feed>
