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

	<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-11-11T08:08:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-04-23T21:09:46-04:00</updated>

		<published>2005-04-23T21:09:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48494#p48494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48494#p48494"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48494#p48494"><![CDATA[
1) No, it bans any ip.<br><br>2) No, you'll need to code another regexp.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 23, 2005 9:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2005-04-23T20:56:12-04:00</updated>

		<published>2005-04-23T20:56:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48493#p48493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48493#p48493"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48493#p48493"><![CDATA[
I've some enquires about the coding.<br><br>1) Does it ban ONLY IP address? I mean, only those hostmask with number (etc, 100.100.100.10) and not the address (etc, abc.eggdrop120.222.com).<br><br>2) Can it be used for more then a letter and 2 varied numbers? (etc, axn65z6xn)<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Sat Apr 23, 2005 8:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-04-23T14:18:02-04:00</updated>

		<published>2005-04-23T14:18:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48482#p48482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48482#p48482"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48482#p48482"><![CDATA[
change $uhost to $host.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 23, 2005 2:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Breno]]></name></author>
		<updated>2005-04-23T13:40:42-04:00</updated>

		<published>2005-04-23T13:40:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48480#p48480</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48480#p48480"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48480#p48480"><![CDATA[
<blockquote class="uncited"><div>&lt;botnick&gt; [14:38] Tcl error [badident]: can't read "uhost": no such variable</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6100">Breno</a> — Sat Apr 23, 2005 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-04-23T01:49:45-04:00</updated>

		<published>2005-04-23T01:49:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48449#p48449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48449#p48449"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48449#p48449"><![CDATA[
Here use this:<br><div class="codebox"><p>Code: </p><pre><code>bind join - "*" badidentproc badident {nick host hand chan} {   if {![isbotnick $nick] &amp;&amp; [botisop $chan] &amp;&amp; [string equal "~" [string index [lindex [split $uhost @] 0] 0]]} {    if {[regexp {^[a-z]{1}[0-9]{2,4}$} [lindex [split $host @] 0]]} {      newchanban $chan *!*@[lindex [split $host @] 1] $::botnick "bad ident"      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Apr 23, 2005 1:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Breno]]></name></author>
		<updated>2005-04-22T20:47:24-04:00</updated>

		<published>2005-04-22T20:47:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48447#p48447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48447#p48447"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48447#p48447"><![CDATA[
<blockquote class="uncited"><div>&lt;botnick&gt; [21:34] *** bad ident in: #testchan, nick/host: testnick` ~<a href="mailto:x4@eave.that.nigga.be">x4@eave.that.nigga.be</a></div></blockquote><br>** how does to ban automatically anybody what join with the identd with a letter and 2 or more varied numbers? ~a355, ~x12, ~y3343, ~o9293... **<br><br>No ban 1 number.<br>nick/host: a3425 ~<a href="mailto:x4@200-161-24-18.dsl.telesp.net.br">x4@200-161-24-18.dsl.telesp.net.br</a><br><br>:/<br><br>tks avilon and De Kus.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6100">Breno</a> — Fri Apr 22, 2005 8:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-16T03:32:04-04:00</updated>

		<published>2005-04-16T03:32:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48155#p48155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48155#p48155"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48155#p48155"><![CDATA[
I suggest opening TCL-Commands.doc and search for "putlog".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Apr 16, 2005 3:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Breno]]></name></author>
		<updated>2005-04-15T20:28:02-04:00</updated>

		<published>2005-04-15T20:28:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48148#p48148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48148#p48148"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48148#p48148"><![CDATA[
how do I do for display in DCC the #channel, nick and host of user banned?<br>ex:<br>&lt;botnick&gt; [20:06] -&gt; BadIdent detected in #Channel, Nick: blahh Host: *!*~a1343@919.911.919<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6100">Breno</a> — Fri Apr 15, 2005 8:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2005-04-15T10:59:32-04:00</updated>

		<published>2005-04-15T10:59:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48138#p48138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48138#p48138"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48138#p48138"><![CDATA[
change<div class="codebox"><p>Code: </p><pre><code>newchanban $chan *![lindex [split $host @] 0]@* $::botnick "bad ident"</code></pre></div>to <div class="codebox"><p>Code: </p><pre><code>newchanban $chan *!*@[lindex [split $host @] 1] $::botnick "bad ident"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Fri Apr 15, 2005 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Breno]]></name></author>
		<updated>2005-04-15T09:34:12-04:00</updated>

		<published>2005-04-15T09:34:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48135#p48135</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48135#p48135"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48135#p48135"><![CDATA[
how would it be to ban host? ex:<br><br>* Joins: q390 (~p2544@200.168.38.160)<br> * botnick sets mode: +b *!*@200.168.38.160<br> * q390 was kicked by SuckMyDick (Banned: bad ident!)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6100">Breno</a> — Fri Apr 15, 2005 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2005-11-11T08:08:11-04:00</updated>

		<published>2005-04-15T07:10:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48131#p48131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48131#p48131"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48131#p48131"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join -|- * badidentproc badident {nick host hand chan} {if {[regexp -- {~[a-z]{1}\d{1,6}$} [lindex [split $host @] 0]]} {newchanban $chan *![lindex [split $host @] 0]@* $::botnick "bad ident"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Fri Apr 15, 2005 7:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Breno]]></name></author>
		<updated>2005-04-14T15:39:23-04:00</updated>

		<published>2005-04-14T15:39:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48115#p48115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48115#p48115"/>
		<title type="html"><![CDATA[script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48115#p48115"><![CDATA[
how does to ban automatically anybody what join with the identd with a letter and 2 or more varied numbers? ~a355, ~x12, ~y3343, ~o9293...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6100">Breno</a> — Thu Apr 14, 2005 3:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
