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

	<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>2019-03-03T12:18:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-03-03T12:18:51-04:00</updated>

		<published>2019-03-03T12:18:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107505#p107505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107505#p107505"/>
		<title type="html"><![CDATA[help in anti proxy]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107505#p107505"><![CDATA[
u could try this<br><div class="codebox"><p>Code: </p><pre><code>bind join - * join:clonexproc join:clonex {nick uhost hand chan} {if {[botisop $chan] &amp;&amp; [string length [regsub -all {[^0-9]} $nick ""]] &gt; 3} { pushmode $chan +b  [maskhost *!*$uhost 2] } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Mar 03, 2019 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-03-02T18:59:34-04:00</updated>

		<published>2019-03-02T18:59:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107502#p107502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107502#p107502"/>
		<title type="html"><![CDATA[help in anti proxy]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107502#p107502"><![CDATA[
depending on ircd version / type u could use filter to detect exessive use of digits in nick and anti random module wich is available for unrealircd and inspircd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 02, 2019 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2019-03-02T17:28:29-04:00</updated>

		<published>2019-03-02T17:28:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107500#p107500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107500#p107500"/>
		<title type="html"><![CDATA[help in anti proxy]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107500#p107500"><![CDATA[
please someone to help me move this remote to tcl<br>It is an excellent anti proxy<div class="codebox"><p>Code: </p><pre><code>on !@*:JOIN:#:{  ;checks for anything ending in 4 numbers, typically a proxy using clonesx  ;you don't need to check the start, a nick is invalid with a numer at the start  if ($regex($nick,\d{4}$)) {    mode $chan +b $nick  }}</code></pre></div>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sat Mar 02, 2019 5:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
