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

	<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-12-01T06:31:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2003-12-01T06:31:09-04:00</updated>

		<published>2003-12-01T06:31:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30927#p30927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30927#p30927"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30927#p30927"><![CDATA[
You might want to use 'string match -nocase ...' to make sure it's case insensitive. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Mon Dec 01, 2003 6:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-30T19:58:55-04:00</updated>

		<published>2003-11-30T19:58:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30921#p30921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30921#p30921"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30921#p30921"><![CDATA[
thanx.... it works great<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Nov 30, 2003 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-30T08:53:55-04:00</updated>

		<published>2003-11-30T08:53:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30884#p30884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30884#p30884"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30884#p30884"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set voice_chan "#chan" bind nick - * check:nicks proc check:nicks {nick host hand chan nnick} {   if {[string tolower $chan] == [string tolower $::voice_chan]} {   if {[string match "AAA|*" $nnick] &amp;&amp; ![isvoice $nnick $chan]} {     pushmode $chan +v $nnick   } elseif {[string match "AAA|*" $nick] &amp;&amp; [isvoice $nnick $chan]} {     pushmode $chan -v $nnick   }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 30, 2003 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-30T08:14:11-04:00</updated>

		<published>2003-11-30T08:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30879#p30879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30879#p30879"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30879#p30879"><![CDATA[
thanx  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>and if I only want it to work in one spesic chan...<br>I added:<br>set voice_chan "#chan"<br>and<br>if {$voice_chan != $chan}<br><br>didnt work...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br>U know whats wrong... <br><div class="codebox"><p>Code: </p><pre><code>set voice_chan "#chan"bind nick - * check:nicks proc check:nicks {nick host hand chan nnick} {   if {$voice_chan != $chan}  if {[string match "AAA|*" $nnick] &amp;&amp; ![isvoice $nnick $chan]} {     pushmode $chan +v $nnick   } elseif {[string match "AAA|*" $nick] &amp;&amp; [isvoice $nnick $chan]} {     pushmode $chan -v $nnick   } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Nov 30, 2003 8:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-11-29T12:15:20-04:00</updated>

		<published>2003-11-29T12:15:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30851#p30851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30851#p30851"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30851#p30851"><![CDATA[
Try this<div class="codebox"><p>Code: </p><pre><code>bind nick - * check:nicksproc check:nicks {nick host hand chan nnick} {  if {[string match "AAA|*" $nnick] &amp;&amp; ![isvoice $nnick $chan]} {    pushmode $chan +v $nnick  } elseif {[string match "AAA|*" $nick] &amp;&amp; [isvoice $nnick $chan]} {    pushmode $chan -v $nnick  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Nov 29, 2003 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-29T11:52:54-04:00</updated>

		<published>2003-11-29T11:52:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30849#p30849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30849#p30849"/>
		<title type="html"><![CDATA[voice ppl with a certan nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30849#p30849"><![CDATA[
I was looking in the tcl-archive but couldnt find any script that did what I where looking for.<br><br>Im looking for a script that auto voice ppl that has a certan nick and devoice them when they change their nick to something else..<br>Like:<br>* dude1 is now known as AAA|boy<br>* dude2 is now known as AAA|man<br> |Bot| sets mode: +v AAA|boy<br> |Bot| sets mode: +v AAA|man<br><br>AND if:<br>* AAA|boy is now known as  eggy<br>* AAA|man is now known as eggi<br> |Bot| sets mode: -v eggy<br> |Bot| sets mode: -v eggi<br><br>Here the bots looks for "AAA" in the nick<br><br>Anyone know of such a script... any hard to make???<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sat Nov 29, 2003 11:52 am</p><hr />
]]></content>
	</entry>
	</feed>
