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

	<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-02-08T14:36:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-08T14:36:45-04:00</updated>

		<published>2005-02-08T14:36:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46397#p46397</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46397#p46397"/>
		<title type="html"><![CDATA[How can i say this in AMSG]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46397#p46397"><![CDATA[
put it around the lines you want to be amsg. the putquick line should be replaced with your code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Feb 08, 2005 2:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Youri]]></name></author>
		<updated>2005-02-08T10:50:51-04:00</updated>

		<published>2005-02-08T10:50:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46390#p46390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46390#p46390"/>
		<title type="html"><![CDATA[How can i say this in AMSG]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46390#p46390"><![CDATA[
Where must i paste that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5970">Youri</a> — Tue Feb 08, 2005 10:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-02-08T10:07:07-04:00</updated>

		<published>2005-02-08T10:07:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46389#p46389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46389#p46389"/>
		<title type="html"><![CDATA[How can i say this in AMSG]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46389#p46389"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc amsg { args } {foreach channel [channels] {putquick "PRIVMSG $channel :$args"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Feb 08, 2005 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Youri]]></name></author>
		<updated>2005-02-08T07:07:39-04:00</updated>

		<published>2005-02-08T07:07:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46387#p46387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46387#p46387"/>
		<title type="html"><![CDATA[How can i say this in AMSG]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46387#p46387"><![CDATA[
Hi i've an script and i want to say the wars in AMSG<br>How could i do that?<div class="codebox"><p>Code: </p><pre><code>set postchan "#war.cs"set wpcw  "\[ !pcw XonX have/no server de_any low/mid/high skilled extra \]"set wpcw2 "\[ !pcw 3on3 have server de_any mid skilled no extra \]"set amsg [channels] bind pubm - "% !pcw*" !pcw:pubmproc !pcw:pubm { nick uhost hand chan text } {global wpcw wpcw2 postchan amsgif { [lindex [split $text] 1] == "2on2" } { set nrplayers "2on2"} elseif { [lindex [split $text] 1] == "3on3" } { set nrplayers "2on2"} elseif { [lindex [split $text] 1] == "4on4" } { set nrplayers "4on4"} elseif { [lindex [split $text] 1] == "5on5" } { set nrplayers "5on5"} else {  putserv "NOTICE $nick :$wpcw"  putserv "NOTICE $nick :$wpcw2"  return 0}if { [lindex [split $text] 2] == "have" } {  set server "yes"} elseif { [lindex [split $text] 2] == "no" } { set server "no"} else {  putserv "NOTICE $nick :$wpcw"  putserv "NOTICE $nick :$wpcw2"  return 0}if { [lindex [split $text] 3] != "server" } {  putserv "NOTICE $nick :$wpcw"  putserv "NOTICE $nick :$wpcw2"  return 0}if { [lindex [split $text] 4] == "de_aztec" } { set map "de_aztec"} elseif { [lindex [split $text] 4] == "de_dust" } { set map "de_dust"} elseif { [lindex [split $text] 4] == "de_dust2" } { set map "de_dust2"} elseif { [lindex [split $text] 4] == "de_inferno" } { set map "de_inferno"} elseif { [lindex [split $text] 4] == "de_nuke" } { set map "de_nuke"} elseif { [lindex [split $text] 4] == "de_cbble" } { set map "de_cbble"} elseif { [lindex [split $text] 4] == "de_cpl_mill" } { set map "de_cpl_mill"} elseif { [lindex [split $text] 4] == "de_any" } { set map "de_any"} else {  putserv "NOTICE $nick :$wpcw"  putserv "NOTICE $nick :$wpcw2"  return 0}if { [join [lrange [split $text] 5 6]] == "low skilled" } { set skilled "low skilled"} elseif { [join [lrange [split $text] 5 6]] == "medium skilled" } { set skilled "medium skilled"} elseif { [join [lrange [split $text] 5 6]] == "high skilled" } { set skilled "high skilled"} else {  putserv "NOTICE $nick :$wpcw"  putserv "NOTICE $nick :$wpcw2"  return 0}if { [lindex [split $text] 7] != "" } { set extra "[join [lrange [split $text] 7 end]]" } { set extra "" }if { $extra != "" } {  puthelp "PRIVMSG $chan :\[ #war.cs \] \[ Your will be announced in a few secconds \]"  puthelp "PRIVMSG $chan :"  puthelp "PRIVMSG $chan :"  puthelp "PRIVMSG $amsg :"  puthelp "PRIVMSG $amsg :\[ #war.cs \] \[ $nrplayers \] \[ server: $server \] \[ $map \] \[ $skilled  \] \[ extra: $extra \] \[ /msg $nick \]"} else {  puthelp "PRIVMSG $chan :\[ #war.cs \] \[ Your will be announced in a few secconds \]"  puthelp "PRIVMSG $chan :"  puthelp "PRIVMSG $chan :"  puthelp "PRIVMSG $chan :"  puthelp "PRIVMSG $amsg :\[ #war.cs \] \[ $nrplayers \] \[ server: $server \] \[ $map \] \[ $skilled  \] \[ extra: $extra \] \[ /msg $nick \]"}}putlog "---------------"putlog "Relay01 LOADED"putlog "SCRIPT BY YOURI"putlog "---------------"</code></pre></div><br>ty for looking<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5970">Youri</a> — Tue Feb 08, 2005 7:07 am</p><hr />
]]></content>
	</entry>
	</feed>
