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

	<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-05-28T18:35:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-05-28T18:35:43-04:00</updated>

		<published>2006-05-28T18:35:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63517#p63517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63517#p63517"/>
		<title type="html"><![CDATA[whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63517#p63517"><![CDATA[
From ~doc/tcl-commands.doc:<blockquote class="uncited"><div>    (9)  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.<br>         Module: irc</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun May 28, 2006 6:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-05-28T13:35:30-04:00</updated>

		<published>2006-05-28T13:35:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63506#p63506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63506#p63506"/>
		<title type="html"><![CDATA[whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63506#p63506"><![CDATA[
it should be:<div class="codebox"><p>Code: </p><pre><code>bind part - "#channel *" part_chan1proc part_chan1 {nick uhost hand channel {msg ""}} {     putserv "notice $nick :bla bla bla msg bla bla bla"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Sun May 28, 2006 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-05-28T13:18:30-04:00</updated>

		<published>2006-05-28T13:18:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63505#p63505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63505#p63505"/>
		<title type="html"><![CDATA[whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63505#p63505"><![CDATA[
bind part - "#channel *" part_chan1<br><br>proc part_chan1 {nick uhost hand channel} {<br>putserv "notice $nick :bla bla bla msg bla bla bla"<br>}<br><br><br>tks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Sun May 28, 2006 1:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
