<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Custom_Amsg_and_Ame_Alias</id>
	<title>Custom Amsg and Ame Alias - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Custom_Amsg_and_Ame_Alias"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Custom_Amsg_and_Ame_Alias&amp;action=history"/>
	<updated>2026-06-04T00:37:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=Custom_Amsg_and_Ame_Alias&amp;diff=783&amp;oldid=prev</id>
		<title>Doomie at 06:48, 9 September 2005</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Custom_Amsg_and_Ame_Alias&amp;diff=783&amp;oldid=prev"/>
		<updated>2005-09-09T06:48:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With these custom [[Amsg|amsg]] and [[Ame|ame]] aliases, you are able to exclude certain channels from your amsg and ame commands, since many people conceive them as annoying.&lt;br /&gt;
 &lt;br /&gt;
 nochannels {&lt;br /&gt;
 ;add channels where you don&amp;#039;t want your /ame and /amsg to go to.&lt;br /&gt;
  return #help.script,#feds,#help,#other_channels &lt;br /&gt;
 }&lt;br /&gt;
 amsg { &lt;br /&gt;
  var %a = 1, %t &lt;br /&gt;
  while (%a &amp;lt;= $chan(0)) {&lt;br /&gt;
   if (!$istok($nochannels,$chan(%a),44)) { &lt;br /&gt;
    var %t = %t $+ $chr(44) $+ $chan(%a) &lt;br /&gt;
    echo $color(own text) -t $chan(%a) &amp;lt; $+ $nick($chan(%a),$me).pnick $+ &amp;gt; $1- &lt;br /&gt;
   } &lt;br /&gt;
   inc %a &lt;br /&gt;
  } &lt;br /&gt;
  .raw PRIVMSG $right(%t,-1) $+(:,$chr(32),$1-) &lt;br /&gt;
 } &lt;br /&gt;
 ame { &lt;br /&gt;
  var %a = 1, %t &lt;br /&gt;
  while (%a &amp;lt;= $chan(0)) {&lt;br /&gt;
   if (!$istok($nochannels,$chan(%a),44)) {&lt;br /&gt;
    var %t = %t $+ $chr(44) $+ $chan(%a) &lt;br /&gt;
    echo $color(action text) -t $chan(%a) * $nick($chan(%a),$me).pnick $1- &lt;br /&gt;
   } &lt;br /&gt;
   inc %a&lt;br /&gt;
  } &lt;br /&gt;
  .raw PRIVMSG $right(%t,-1) $+(:,$chr(1),ACTION,$chr(32),$1-,$chr(1)) &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
{{Author|Kr3L1S}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Archive]]&lt;/div&gt;</summary>
		<author><name>Doomie</name></author>
	</entry>
</feed>