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

	<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-04-22T11:04:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-22T11:04:28-04:00</updated>

		<published>2006-04-22T11:04:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62219#p62219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62219#p62219"/>
		<title type="html"><![CDATA[script not working help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62219#p62219"><![CDATA[
From <strong class="text-strong">Tcl-commands.doc</strong>:<blockquote class="uncited"><div>PART (stackable)<br>bind part &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;msg&gt;<br><br>Description: triggered by someone leaving the channel. The mask is<br>matched against "#channel nick!user@host" and can contain<br>wildcards. If no part message is specified, msg will be set<br>to "".<br><br>New Tcl procs should be declared as<br>proc partproc {nick uhost hand chan {msg ""}} { ... }<br>for compatibility.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 22, 2006 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-04-22T10:36:57-04:00</updated>

		<published>2006-04-22T10:36:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62217#p62217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62217#p62217"/>
		<title type="html"><![CDATA[script not working help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62217#p62217"><![CDATA[
it works on join but on part it says this..<blockquote class="uncited"><div>Tcl error [part_chan1]: wrong # args: should be "part_chan1 nick uhost hand channel"</div></blockquote><div class="codebox"><p>Code: </p><pre><code>#joins configurationbind join - "#chan1 *" join_chan1proc join_chan1 {nick uhost hand channel} {      putserv "notice $nick :joinmsg"}#parts configurationbind part - "#chan1 *" part_chan1proc part_chan1 {nick uhost hand channel} {putserv "notice $nick :partmsg"}putlog "JoinPartNotice Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Sat Apr 22, 2006 10:36 am</p><hr />
]]></content>
	</entry>
	</feed>
