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

	<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>2007-11-09T06:04:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-11-09T06:04:56-04:00</updated>

		<published>2007-11-09T06:04:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77546#p77546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77546#p77546"/>
		<title type="html"><![CDATA[AMSG Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77546#p77546"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n|- .amsg pubamsgproc pubamsg {n u h c a} {amsg $a}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Nov 09, 2007 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elite23q]]></name></author>
		<updated>2007-11-09T06:01:21-04:00</updated>

		<published>2007-11-09T06:01:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77545#p77545</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77545#p77545"/>
		<title type="html"><![CDATA[AMSG Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77545#p77545"><![CDATA[
It's supposed to spam in every channel the Bot is idling.<br><br>And not .amsg via DCCCHAT .amsg while in #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9425">elite23q</a> — Fri Nov 09, 2007 6:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-11-09T04:33:53-04:00</updated>

		<published>2007-11-09T04:33:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77544#p77544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77544#p77544"/>
		<title type="html"><![CDATA[AMSG Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77544#p77544"><![CDATA[
<blockquote class="uncited"><div>Whats it supposed to do?</div></blockquote>Something like this, I guess:<div class="codebox"><p>Code: </p><pre><code># If your network supports multiple targets for PRIVMSG, use this one:set amsg_max_targets 6proc amsg msg {set m $::amsg_max_targetsset t {}foreach c [channels] {if {[botonchan $c]&amp;&amp;[llength [lappend t $c]]==$m} {puthelp "PRIVMSG [join $t ","] :$msg"set t {}}}if {[llength $t]} {puthelp "PRIVMSG [join $t ","] :$msg"}}# if it doesn't, use this (slower):proc amsg msg {foreach c [channels] {if {[botonchan $c]} {puthelp "PRIVMSG $c :$msg"}}}# dcc interface to the amsg procbind dcc n|- amsg dccamsgproc dccamsg {h i a} {amsg $a}</code></pre></div>(not tested)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Nov 09, 2007 4:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-11-09T03:42:59-04:00</updated>

		<published>2007-11-09T03:42:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77542#p77542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77542#p77542"/>
		<title type="html"><![CDATA[AMSG Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77542#p77542"><![CDATA[
Whats it supposed to do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Nov 09, 2007 3:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elite23q]]></name></author>
		<updated>2007-11-09T00:46:53-04:00</updated>

		<published>2007-11-09T00:46:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77541#p77541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77541#p77541"/>
		<title type="html"><![CDATA[AMSG Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77541#p77541"><![CDATA[
Can someone code me an AMSG script?<br><br>the bind being .amsg <br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> &lt;3<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9425">elite23q</a> — Fri Nov 09, 2007 12:46 am</p><hr />
]]></content>
	</entry>
	</feed>
