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

	<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>2004-06-17T14:24:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-17T14:24:41-04:00</updated>

		<published>2004-06-17T14:24:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37524#p37524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37524#p37524"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37524#p37524"><![CDATA[
When i turn on this zline-on-connect my server shuts down(process stops).<br> <br>my server &amp; eggdrop is running from same shell<br><br>but the code for excess flood is working fine <br><br> Please help me again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Thu Jun 17, 2004 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-17T12:19:01-04:00</updated>

		<published>2004-06-17T12:19:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37519#p37519</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37519#p37519"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37519#p37519"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># just add the ip's you want to protect here, seperate with spaceset zline(protect) "202.174.137.108"# we better start it with the auto-zlines turned offset zline(status) 0bind pub n !zline-on zline:onbind pub n !zline-off zline:offproc zline:on {nick uhost hand chan text} { global zline  set zline(status) 1  putserv "PRIVMSG $chan :Auto Zline on connect turned ON. "}proc zline:off {nick uhost hand chan text} { global zline  set zline(status) 0  putserv "PRIVMSG $chan :Auto Zline on connect turned OFF. "}bind raw - NOTICE  raw:noticeproc raw:notice {from word text} { global zline  set notice [lrange [split $text] 0 end] # zline on excess flood  if {[string match -nocase *exiting*excess* $notice]} {    set host "@[string trimright [lindex [split [lindex $text end-2] @] 1] )]"    putserv "Zline $host 3d :Flooder"  } # zline everyone that connects  if {[string match -nocase *connecting* $notice]} {    set host "@[string trimright [lindex [split [lindex $text end-2] @] 1] )]"    if {($zline(status)) &amp;&amp; (![string match *$host* $zline(protect)])} {      putserv "Zline $host 2d :flooder"    }  }}</code></pre></div>Again, this is untested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu Jun 17, 2004 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-17T10:26:24-04:00</updated>

		<published>2004-06-17T10:26:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37515#p37515</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37515#p37515"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37515#p37515"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - NOTICE raw:notice proc raw:notice {from word text} { set notice [lrange [split $text] 0 end] if {[string match -nocase *connecting* $notice]} { set zline "@[string trimright [lindex [split [lindex $text end-2] @] 1] )]" putserv "Zline $zline 2d :flooder" } }</code></pre></div>This code will zline everyone who connects to my server... but i want some additional things... like when i (owner of the bot) will type <strong class="text-strong">!zline-on</strong> in any channel where this bot is present this code will be activated &amp; when <strong class="text-strong">!zline-off</strong> this code will be deactivated...<br><br>&amp; i want to add some <strong class="text-strong">exceptional ips</strong> in this code which will never be zlined such as my ip 202.174.137.108<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Thu Jun 17, 2004 10:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-17T02:24:33-04:00</updated>

		<published>2004-06-17T02:24:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37494#p37494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37494#p37494"/>
		<title type="html"><![CDATA[Need Another Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37494#p37494"><![CDATA[
I wanna zline everyone (Flooders) when they start connecting to server in a certain time (When they flood )<br><br>When someone connects to server bot gets server notice like ...<br><br><span style="color:red">Hub.CaFeBanGLa.CoM - *** Notice -- Client connecting on port 6667: cL0sEd (~ZaKiR@202.174.137.108) [clients]</span><br><br>So when bot will get this msg it will start zlining like <strong class="text-strong">/zline @202.174.137.108 3d :Flooder</strong> &lt;-- here 3d stands for 3 days<br><br>now the question is when the bot will start doing this... it will start doing this when i type <strong class="text-strong">!zline-on</strong> in any channel where the bot is.. &amp; it will stop doing this when i will type  <strong class="text-strong">!zline-off</strong>... if someone else type !zline-on or !zline-off bot will not go for it.. only when i (owner) type this bot will work for it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Thu Jun 17, 2004 2:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-17T01:45:43-04:00</updated>

		<published>2004-06-17T01:45:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37492#p37492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37492#p37492"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37492#p37492"><![CDATA[
Thanks a lottttttttt.... It's working great..............  <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=5080">ZaKiR</a> — Thu Jun 17, 2004 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-17T00:10:57-04:00</updated>

		<published>2004-06-17T00:10:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37490#p37490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37490#p37490"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37490#p37490"><![CDATA[
It's 6am and the code is untested, but hey, it could work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><div class="codebox"><p>Code: </p><pre><code>bind raw - NOTICE  raw:noticeproc raw:notice {from word text} {  set notice [lrange [split $text] 0 end]  if {[string match -nocase *exiting*excess* $notice]} {    set zline "@[string trimright [lindex [split [lindex $text end-2] @] 1] )]"    putserv "Zline $zline 3d :Flooder"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu Jun 17, 2004 12:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-16T23:30:21-04:00</updated>

		<published>2004-06-16T23:30:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37489#p37489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37489#p37489"/>
		<title type="html"><![CDATA[zline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37489#p37489"><![CDATA[
My bot has oper access in the network...<br><br>Suppose if someone quits like..... <br><br><span style="color:red">-Hub.CaFeBanGLa.CoM- *** Notice -- Client exiting: MindEraser (~Mind_Eras@202.174.137.108) <strong class="text-strong">[Excess Flood]</strong></span><br><br>which is a server notice in unrealircd i want my bot will zline the ip with the command <strong class="text-strong">/zline @202.174.137.108 3d :Flooder</strong> &lt;-- here 3d stands for 3 days<br><br>I will be grateful if i get tcl script for that particur command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Wed Jun 16, 2004 11:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
