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

	<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>2006-01-02T11:18:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-02T11:18:52-04:00</updated>

		<published>2006-01-02T11:18:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58956#p58956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58956#p58956"/>
		<title type="html"><![CDATA[modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58956#p58956"><![CDATA[
or even<div class="codebox"><p>Code: </p><pre><code>bind pub n|m {$deop*} deopclan</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jan 02, 2006 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-01-02T09:53:40-04:00</updated>

		<published>2006-01-02T09:53:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58952#p58952</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58952#p58952"/>
		<title type="html"><![CDATA[modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58952#p58952"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n|m {$}deop* deopclan</code></pre></div>i'm not completely sure this would work, i useally use something like this<br><div class="codebox"><p>Code: </p><pre><code>set trigger "$"bind PUB -|- ${trigger}deop* deopclan</code></pre></div>or<br><div class="codebox"><p>Code: </p><pre><code>bind pub n|m \$deop* deopclan</code></pre></div>like Sir_Fz said<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Jan 02, 2006 9:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-31T23:01:41-04:00</updated>

		<published>2005-12-31T23:01:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58904#p58904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58904#p58904"/>
		<title type="html"><![CDATA[Re: modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58904#p58904"><![CDATA[
<blockquote class="uncited"><div>And possible change trigger ! by $ ?</div></blockquote>Isn't that obvious?<br><br>Edit: Incase you're wondering how to skip $ then use \$.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 31, 2005 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T17:37:09-04:00</updated>

		<published>2005-12-31T17:37:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58891#p58891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58891#p58891"/>
		<title type="html"><![CDATA[modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58891#p58891"><![CDATA[
withing the [foreach] loop:<div class="codebox"><p>Code: </p><pre><code>if {[isbotnick $n] || [matchattr [nick2hand $n] mn]} continue</code></pre></div>and read tcl-commands.doc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 5:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2005-12-31T15:17:11-04:00</updated>

		<published>2005-12-31T15:17:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58885#p58885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58885#p58885"/>
		<title type="html"><![CDATA[Re: modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58885#p58885"><![CDATA[
<blockquote class="uncited"><div>Hi<br><div class="codebox"><p>Code: </p><pre><code>bind pub n|m !deop* deopclan proc deopclan {n u h c t} {    foreach n [chanlist $c] {       if [string match -noc $t $n] {pushmode $c -o $n}    } }</code></pre></div>what must I add for not deop the user with flags M N and the bot<br><br>thx</div></blockquote>And possible change trigger ! by $ ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sat Dec 31, 2005 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2005-12-31T15:17:53-04:00</updated>

		<published>2005-12-31T15:01:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58884#p58884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58884#p58884"/>
		<title type="html"><![CDATA[modif]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58884#p58884"><![CDATA[
Hi<br><div class="codebox"><p>Code: </p><pre><code>bind pub n|m !deop* deopclan proc deopclan {n u h c t} {    foreach n [chanlist $c] {       if [string match -noc $t $n] {pushmode $c -o $n}    } }</code></pre></div>what must I add for not deop the user with flags M N and the bot<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sat Dec 31, 2005 3:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
