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

	<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-06-28T13:35:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-28T13:35:27-04:00</updated>

		<published>2003-06-28T13:35:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22693#p22693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22693#p22693"/>
		<title type="html"><![CDATA[Question about tsunami.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22693#p22693"><![CDATA[
ok, thanx <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> — Sat Jun 28, 2003 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-28T12:06:23-04:00</updated>

		<published>2003-06-28T12:06:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22684#p22684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22684#p22684"/>
		<title type="html"><![CDATA[Question about tsunami.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22684#p22684"><![CDATA[
yes, I mean, this should do the *skip* in the foreach for the voices and whatever you've set there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 28, 2003 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-28T09:01:01-04:00</updated>

		<published>2003-06-28T09:01:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22677#p22677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22677#p22677"/>
		<title type="html"><![CDATA[Question about tsunami.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22677#p22677"><![CDATA[
ok replaced <strong class="text-strong">{return 0}</strong> with <strong class="text-strong">{continue}</strong> , this should make it exempt ops and voices right ? <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> — Sat Jun 28, 2003 9:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-28T00:36:31-04:00</updated>

		<published>2003-06-28T00:36:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22666#p22666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22666#p22666"/>
		<title type="html"><![CDATA[Question about tsunami.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22666#p22666"><![CDATA[
Try with continue, not return.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 28, 2003 12:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-27T14:01:53-04:00</updated>

		<published>2003-06-27T14:01:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22646#p22646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22646#p22646"/>
		<title type="html"><![CDATA[Question about tsunami.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22646#p22646"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>      foreach luser $blist {        if {[isop $nick $chan]} {return 0}        if {[isvoice $nick $chan]} {return 0}        if {![onchan $luser $chan]} {          continue        }        set mask "*!*@[lindex [split [getchanhost $luser [strlwr $chan]] @] 1]"        newchanban [strlwr $chan] $mask $::botnick $::linesbreas $::linebtime</code></pre></div>I added the <strong class="text-strong">if {[isop..</strong> and the <strong class="text-strong">if {[isvoice...</strong> will this make the eggdrop not apply the ban on the user if he's oped/voiced ? (because some ppl flood using the same vhost as the op)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jun 27, 2003 2:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
