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

	<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-16T20:55:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-16T20:55:01-04:00</updated>

		<published>2005-02-16T20:55:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46686#p46686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46686#p46686"/>
		<title type="html"><![CDATA[tcl script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46686#p46686"><![CDATA[
You can also match the hosts too, by the way:<br><div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase "jim*!*@*" "$nick!uhost"] || [string match -nocase "boy*!*@*" "$nick!uhost"] || [string match -nocase "steve*!*@*" "$nick!uhost"] || [string match -nocase "bob*!*@*" "$nick!uhost"] &amp;&amp; [matchattr $hand f|f $chan]} { return 0 }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Feb 16, 2005 8:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-02-16T13:22:55-04:00</updated>

		<published>2005-02-16T13:22:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46678#p46678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46678#p46678"/>
		<title type="html"><![CDATA[tcl script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46678#p46678"><![CDATA[
if you mean that you don't want your flood protection scripts to apply on +f users then you can add a check into your procs like:<div class="codebox"><p>Code: </p><pre><code>if {[matchattr $hand f|f $chan]} { return 0 }</code></pre></div>Taking into consideration that $hand and $chan might differ depending on the proc (refer to tcl-commands.doc for more help over procs for each bind)<br>Just create a new user and give him the +f flag then add hosts such as *jim*!*@*<br><br>Use the .help console command for help on partyline commands if you don't know.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Feb 16, 2005 1:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-16T12:53:26-04:00</updated>

		<published>2005-02-16T12:53:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46676#p46676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46676#p46676"/>
		<title type="html"><![CDATA[tcl script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46676#p46676"><![CDATA[
Are you willing to learn to script this yourself or do you want one of us to write it for you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Wed Feb 16, 2005 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[b|_ack]]></name></author>
		<updated>2005-02-16T11:29:33-04:00</updated>

		<published>2005-02-16T11:29:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46672#p46672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46672#p46672"/>
		<title type="html"><![CDATA[tcl script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46672#p46672"><![CDATA[
Hello <br> I was wondering if you can make a tcl that can be used in a channel making ban to every nickname ,but not the protected friends that have +f , that contains one from the following words <br>"jim" "boy" "steve" "bob".Thank you for your time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5978">b|_ack</a> — Wed Feb 16, 2005 11:29 am</p><hr />
]]></content>
	</entry>
	</feed>
