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

	<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>2008-08-31T16:53:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-08-31T16:53:33-04:00</updated>

		<published>2008-08-31T16:53:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84977#p84977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84977#p84977"/>
		<title type="html"><![CDATA[part from channel and remove flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84977#p84977"><![CDATA[
<blockquote class="uncited"><div>PART (stackable)<br><br>bind part &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br><br>procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;msg&gt;<br><br> <br><br>Description: triggered by someone leaving the channel. The mask is matched against "#channel nick!user@host" and can contai wildcards. If no part message is specified, msg will be set to "".</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Aug 31, 2008 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2008-08-31T10:32:40-04:00</updated>

		<published>2008-08-31T10:32:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84957#p84957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84957#p84957"/>
		<title type="html"><![CDATA[part from channel and remove flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84957#p84957"><![CDATA[
stupid script and makes me feeling bad :/<br><div class="codebox"><p>Code: </p><pre><code>set flagchannel "#mychannel"set mychannel "#mychannel"bind part -  flag_partproc flag_part {nick uhost channel } { global flagchannel mychannel   if { $flagchannel == $mychannel } { chattr $nick -V}}</code></pre></div>[16:30] Tcl error [flag_part]: wrong # args: should be "flag_part nick uhost channel"<br><br>what args i must put.. i want to make that script.. when someone part's from specific channel bot remove the (+V) flag<br><br>thnx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8360">ultralord</a> — Sun Aug 31, 2008 10:32 am</p><hr />
]]></content>
	</entry>
	</feed>
