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

	<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>2003-06-10T03:49:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mortician]]></name></author>
		<updated>2003-06-10T03:49:15-04:00</updated>

		<published>2003-06-10T03:49:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21540#p21540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21540#p21540"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21540#p21540"><![CDATA[
add this bind: <div class="codebox"><p>Code: </p><pre><code>bind sign - "$mychan *"  msg:part</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1942">mortician</a> — Tue Jun 10, 2003 3:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-10T03:08:52-04:00</updated>

		<published>2003-06-10T03:08:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21539#p21539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21539#p21539"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21539#p21539"><![CDATA[
Hi, thank you both very much, it works perfect <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> However, it seems that quits arent considered parts (my mistake <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">) Is there anyway to add so when a user QUIT's it will also send off the PM?<br><br>Thank's again for your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Tue Jun 10, 2003 3:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-10T01:49:28-04:00</updated>

		<published>2003-06-10T01:49:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21538#p21538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21538#p21538"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21538#p21538"><![CDATA[
Works fine to me..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jun 10, 2003 1:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-09T16:01:17-04:00</updated>

		<published>2003-06-09T16:01:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21527#p21527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21527#p21527"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21527#p21527"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind part $mychan * msg:part</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>bind part - "$mychan *" msg:part</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Jun 09, 2003 4:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-09T15:43:52-04:00</updated>

		<published>2003-06-09T15:43:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21526#p21526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21526#p21526"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21526#p21526"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set mychan "#mychan"set myuser "someone"bind part $mychan * msg:partproc msg:part {nick uhost handle channel msg} {  if {[strlwr $nick] != [strlwr $::botnick]} {    putserv "PRIVMSG $::myuser :$nick parted $channel with reason $msg."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jun 09, 2003 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-09T15:36:37-04:00</updated>

		<published>2003-06-09T15:36:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21524#p21524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21524#p21524"/>
		<title type="html"><![CDATA[On part PRIVMSG user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21524#p21524"><![CDATA[
Hello, I'm looking to make it so that when a user parts a channel it will PRIVMSG another user and say something like $nick has left #channel - when I tried it I got my bind's in a loop so eventually just trashed the whole thing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> Anyone willing to help out?<br><br>Thank's very much <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Ryan<p>Statistics: Posted by Guest — Mon Jun 09, 2003 3:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
