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

	<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>2002-01-06T16:18:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-06T16:18:00-04:00</updated>

		<published>2002-01-06T16:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3540#p3540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3540#p3540"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3540#p3540"><![CDATA[
I've tried to debug code in any way...<br>The script seems doesn't work<br><br>I'm trying script with 1.3.x for windozZz.<br>Hey... I've yet found the bug: it's "windows"<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile">))<br><br>byez all<p>Statistics: Posted by Guest — Sun Jan 06, 2002 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-06T13:15:00-04:00</updated>

		<published>2002-01-06T13:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3527#p3527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3527#p3527"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3527#p3527"><![CDATA[
Have you added any debugging code to the first line of the script?<br><br>EG<br>just after the line<blockquote class="uncited"><div>proc protectmode {nick uhost han chan mc param} {</div></blockquote>Add somthing like<blockquote class="uncited"><div>putlog "Protectmode triggered"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jan 06, 2002 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-06T11:01:00-04:00</updated>

		<published>2002-01-06T11:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3524#p3524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3524#p3524"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3524#p3524"><![CDATA[
Sorry... I explain better my problem<br><br>This bind<br><br>bind mode - "#channel +l" protectmode<br><br>works fine and this<br><br>bind mode - "#channel -l" protectmode<br><br>doesn't work...<br><br>proc protectmode {nick uhost han chan mc param} {<br>global protect limite dcc botnick status<br>if {($protect == "yes") &amp;&amp; ($status == "ON")} {<br>if {$nick != $botnick} {<br>pushmode #channel +l $limite<br>}<br>} else { <br>set limite $param<br>}<br>}<p>Statistics: Posted by Guest — Sun Jan 06, 2002 11:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-05T23:04:00-04:00</updated>

		<published>2002-01-05T23:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3511#p3511</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3511#p3511"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3511#p3511"><![CDATA[
That, and what is the variable "channel" set to.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jan 05, 2002 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-01-05T19:00:00-04:00</updated>

		<published>2002-01-05T19:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3505#p3505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3505#p3505"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3505#p3505"><![CDATA[
An even better idea is to be more descriptive and say "what" is not actually working <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=8">stdragon</a> — Sat Jan 05, 2002 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-05T14:15:00-04:00</updated>

		<published>2002-01-05T14:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3496#p3496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3496#p3496"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3496#p3496"><![CDATA[
A good idea should be reading the tcl-commands.doc <br><br>(14) MODE   (stackable)<br>bind mode &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>proc-name &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;mode-change&gt; &lt;victim&gt;<br><p>Statistics: Posted by Guest — Sat Jan 05, 2002 2:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-05T13:52:00-04:00</updated>

		<published>2002-01-05T13:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3495#p3495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3495#p3495"/>
		<title type="html"><![CDATA[Bind problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3495#p3495"><![CDATA[
This bind doesn't work in my script...<br><br>bind mode - "$channel -l" protectmode<br><br>any ideas??? Thanks<p>Statistics: Posted by Guest — Sat Jan 05, 2002 1:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
