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

	<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>2010-03-30T11:27:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-30T11:27:36-04:00</updated>

		<published>2010-03-30T11:27:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92644#p92644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92644#p92644"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92644#p92644"><![CDATA[
crontab,<br>The error is most likely the missing " that I mentioned in my previous post. To be more specific, it should be added to the end of the 'puthelp "NOTICE ...' line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Mar 30, 2010 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr0ntab]]></name></author>
		<updated>2010-03-30T08:58:22-04:00</updated>

		<published>2010-03-30T08:58:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92641#p92641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92641#p92641"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92641#p92641"><![CDATA[
let me show u how i have made it nml375 and u can see why i dont get the notice:<br><div class="codebox"><p>Code: </p><pre><code>set list_of_nicks {"Crontab""murder-""Diana"} bind join - "#MIB *" check_join proc check_join {nickname host handle channel} {   if {[lsearch -exact $::list_of_nicks $nickname] &lt; 0} {     puthelp "NOTICE #rfc1459 :$nickname has joined #MIB.Please Take A Look!  } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11149">Cr0ntab</a> — Tue Mar 30, 2010 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-29T13:45:15-04:00</updated>

		<published>2010-03-29T13:45:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92636#p92636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92636#p92636"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92636#p92636"><![CDATA[
Caesar,<br>case-sensitivity is correct, yet that would only cause notices to be sent when an otherwize identified nickname joined the channel. Currently reported problem is that no notice is sent at all.<br><br>Now that I look a little closer, there is one " misssing, updating the code in a sec or two..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Mar 29, 2010 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2010-03-29T13:41:40-04:00</updated>

		<published>2010-03-29T13:41:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92635#p92635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92635#p92635"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92635#p92635"><![CDATA[
hi,<br><br>what nml375 forgot to mention is that with the code he posted the nicks from the 'list_of_nicks' variable is case sensitive, meaning that Nick is not equal with nick, nIck, and so on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 29, 2010 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-29T10:21:36-04:00</updated>

		<published>2010-03-29T10:21:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92632#p92632</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92632#p92632"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92632#p92632"><![CDATA[
It would seem you forgot/removed the list command?<br><br>Do you get any error messages on the partyline or in your logs? Also, please use the ".binds join" partyline command, and post the results here..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Mar 29, 2010 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr0ntab]]></name></author>
		<updated>2010-03-29T01:16:31-04:00</updated>

		<published>2010-03-29T01:16:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92629#p92629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92629#p92629"/>
		<title type="html"><![CDATA[modification.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92629#p92629"><![CDATA[
well actually the bot crushed when i rehashed.i had to change [<br>nick1 \<br>nick2 \<br>]<br> with {<br>"nick1"<br>"nick2"<br>} <br>but it does not work.the notice is not beeing send to #channel2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11149">Cr0ntab</a> — Mon Mar 29, 2010 1:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-29T13:45:43-04:00</updated>

		<published>2010-03-26T14:38:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92615#p92615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92615#p92615"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92615#p92615"><![CDATA[
Give this a try:<div class="codebox"><p>Code: </p><pre><code>set list_of_nicks [list \  nick1 \  nick2 \  nick3 \]bind join - "#channel1 *" check_joinproc check_join {nickname host handle channel} {  if {[lsearch -exact $::list_of_nicks $nickname] &lt; 0} {    puthelp "NOTICE #channel2 :$nickname joined #channel1"  }}</code></pre></div>Edit:<br>Added missing ".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Mar 26, 2010 2:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr0ntab]]></name></author>
		<updated>2010-03-26T11:34:56-04:00</updated>

		<published>2010-03-26T11:34:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92611#p92611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92611#p92611"/>
		<title type="html"><![CDATA[onjoin script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92611#p92611"><![CDATA[
hello i would like help with a rather easy(i think) tcl<br>i would like my eggdrop to send a notice on #channel2 if a user joins #channel1 and his nickname is NOT on a list that is in the tcl.<br>for example if this is the list in the tcl<br>{<br>nick1<br>nick2<br>nick3<br>} <br>and user nick4 joins #channel1 the bot will send a notice on #channel2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11149">Cr0ntab</a> — Fri Mar 26, 2010 11:34 am</p><hr />
]]></content>
	</entry>
	</feed>
