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

	<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>2005-01-04T04:01:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-04T04:01:28-04:00</updated>

		<published>2005-01-04T04:01:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44916#p44916</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44916#p44916"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44916#p44916"><![CDATA[
Something simple as this should do it. We are using a 2 second delay timer here to check, if the nick is opped or not by any network services (ChanServ, X) when the nick joins, before private messaging the nick.<br><br>* Okay also added for ops (+o flag) in the bots user file.<br><div class="codebox"><p>Code: </p><pre><code>bind join - * delay:fooproc delay:foo {n u h c} { utimer 2 [list foo $n $u $h $c]}proc foo {n u h c} { if {![isop $n $c] &amp;&amp; ![matchattr $h o $c]} {  puthelp "privmsg $n :Hello, $n"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Jan 04, 2005 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-04T02:42:28-04:00</updated>

		<published>2005-01-04T02:42:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44914#p44914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44914#p44914"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44914#p44914"><![CDATA[
<blockquote class="uncited"><div>how do I exclude OPs from receiving the private message?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>Tell them to ignore the bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br>What do you mean by "OPs"? People with the o flag in your bot or people that are +o on the channel (they're not when joining)<br><blockquote class="uncited"><div>makes me wonder what you wrote in those other 147 posts you made  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"></div></blockquote><a href="http://forum.egghelp.org/search.php?search_author=Bytez" class="postlink">http://forum.egghelp.org/search.php?search_author=Bytez</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Jan 04, 2005 2:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bytez]]></name></author>
		<updated>2005-01-04T02:22:31-04:00</updated>

		<published>2005-01-04T02:22:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44913#p44913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44913#p44913"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44913#p44913"><![CDATA[
Well, coding isn't my thing and I haven't been busy with eggdrops for the past year.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">  Thanks, how do I exclude OPs from receiving the private message?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3647">Bytez</a> — Tue Jan 04, 2005 2:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-01-04T02:09:17-04:00</updated>

		<published>2005-01-04T02:09:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44912#p44912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44912#p44912"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44912#p44912"><![CDATA[
makes me wonder what you wrote in those other 147 posts you made  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Jan 04, 2005 2:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-01-04T01:25:36-04:00</updated>

		<published>2005-01-04T01:25:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44911#p44911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44911#p44911"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44911#p44911"><![CDATA[
you've been here for at least year and a half and you still need someone else to write for you the eggdrop's "Hello, world" equivalent? well, here it is:<div class="codebox"><p>Code: </p><pre><code>bind join - * fooproc foo {n u h c} {  puthelp "privmsg $n :Hello, $n"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jan 04, 2005 1:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bytez]]></name></author>
		<updated>2005-01-04T01:18:14-04:00</updated>

		<published>2005-01-04T01:18:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44910#p44910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44910#p44910"/>
		<title type="html"><![CDATA[send private msg to nick when entering]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44910#p44910"><![CDATA[
Hi, does anyone know of a script for mirc or eggdrop that sends a private message to the person who just entered the channel? I need one that does this. Thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3647">Bytez</a> — Tue Jan 04, 2005 1:18 am</p><hr />
]]></content>
	</entry>
	</feed>
