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

	<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>2002-05-17T18:57:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-17T18:57:00-04:00</updated>

		<published>2002-05-17T18:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7017#p7017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7017#p7017"/>
		<title type="html"><![CDATA[onjoin notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7017#p7017"><![CDATA[
Thanks guys for the help.<br>is it possible if we can make this script to kick after 2 notices???<br>thanks<p>Statistics: Posted by Guest — Fri May 17, 2002 6:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-05-17T07:49:00-04:00</updated>

		<published>2002-05-17T07:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7003#p7003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7003#p7003"/>
		<title type="html"><![CDATA[onjoin notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7003#p7003"><![CDATA[
if {[validuser [nick2hand $nick $chan]] || [isop $nick $chan]} { continue }<br><br>Try this to protect the users.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri May 17, 2002 7:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-05-17T04:21:00-04:00</updated>

		<published>2002-05-17T04:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7000#p7000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7000#p7000"/>
		<title type="html"><![CDATA[onjoin notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7000#p7000"><![CDATA[
If you don't want it to kick ops, just add this line inside the loop - right after the "foreach..."<br><blockquote class="uncited"><div>if {[onchan $nick $chan] &amp;&amp; [isop $nick $chan]} { continue } </div></blockquote>I hope this helps<br><br>&lt;font size=-1&gt;[ This Message was edited by: z_one on 2002-05-17 02:26 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri May 17, 2002 4:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-16T23:39:00-04:00</updated>

		<published>2002-05-16T23:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6998#p6998</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6998#p6998"/>
		<title type="html"><![CDATA[onjoin notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6998#p6998"><![CDATA[
hi, actually i have picked this script from this forum, its work great Except its kick other bots and Ops as well, since we are using netbots tcl, so everytime flooders try to flood, other bots send a chn notice that cos of flood chn has been moderated...etc, <br>i will apprecite it if someone can help me to fix this problem that it shouldn't kick ops, other chn bots.<br>thanks<br>regards<br>AW<br><br>set channels "" <br><br>bind notc - "*" notice <br><br>proc notice {nick host hand text dest} { <br>global channels botnick <br>foreach chan $channels { <br>if {$chan == $dest} { <br>set x [split $host @] <br>newchanban $chan *!*@[lindex $x 1] $botnick "Another noticing sickoo bites the dust.." 60 <br>} <br>} <br>}<p>Statistics: Posted by Guest — Thu May 16, 2002 11:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
