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

	<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>2020-06-09T18:47:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2020-06-09T18:47:45-04:00</updated>

		<published>2020-06-09T18:47:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108524#p108524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108524#p108524"/>
		<title type="html"><![CDATA[JoinDelay.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108524#p108524"><![CDATA[
Greetings ... the eggdrops has ircop level with the following modes<br><div class="codebox"><p>Code: </p><pre><code>snomask "+cFfkejvGnNqsSoJCU";flags "OoawkKbBnCGAreDRhgcLZtGNzvWHeq^";</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Tue Jun 09, 2020 6:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-06-09T00:48:56-04:00</updated>

		<published>2020-06-09T00:48:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108520#p108520</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108520#p108520"/>
		<title type="html"><![CDATA[JoinDelay.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108520#p108520"><![CDATA[
This code may work, if your eggdrop is ircop and has the +e (eye) snomask... But as simo said, dnsbl or hopm are dedicated to this job, use them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Jun 09, 2020 12:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2020-06-08T20:24:09-04:00</updated>

		<published>2020-06-08T20:24:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108519#p108519</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108519#p108519"/>
		<title type="html"><![CDATA[JoinDelay.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108519#p108519"><![CDATA[
I would use ircd dnsbl module for this or hopm in combination with autojoin option in the ircd i may be able to help you with this if you are facing difficulties pm me if that's the case<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Jun 08, 2020 8:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2020-06-08T17:57:15-04:00</updated>

		<published>2020-06-08T17:57:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108513#p108513</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108513#p108513"/>
		<title type="html"><![CDATA[JoinDelay.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108513#p108513"><![CDATA[
<span style="font-size:150%;line-height:116%"><strong class="text-strong">THIS CODE DOES NOT WORK</strong></span><br><div class="codebox"><p>Code: </p><pre><code>###############   K O M U T L A R  B Ö L Ü M Ü   ###############                                                          ####     Botumuzun sunucu üzerindeki çalıştıran komutlarını   ####      kendinize özel yapabilir yada asla değiştirmeden    ####             mevcut hali ile kullanabilirsiniz            ####                                                          ################################################################set tor(kanal) "#Sohbet,#Radyo,#Oyun"set tor(sure) "5"bind raw * notice tor:connectionproc tor:connection {from keyword arg} {global torif {[string match -nocase "*Client connecting on port*" $arg]} {set nick [lindex $arg 9]set port [string range [lindex [split [lindex $arg 8] ":"] 0] 0 end]set ident [string range [lindex [split [lindex $arg 10] "@"] 0] 1 end]set ip [string range [lindex [split [lindex $arg 10] "@"] 1] 0 end-1]if {![regexp {[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}} $ip]} {set ip [dnslookup $ip dienes]}set connect [::http::geturl http://rbls.org/$ip]set files [::http::data $connect]if {[string match -nocase "*listed in*other blacklists*" $files]} {putquick "GLINE *@$ip 12h Tor Koruması v3.0 Coded By CLubber"::http::cleanup $files}if {[string match -nocase "*not listed in any blacklists*" $files]} {utimer $tor(sure)[list putquick "sajoin $nick $tor(kanal)"]::http::cleanup $files}}}proc dienes {ip host status} {if {!$status} {return}return $ip}putlog "Delay Join TCL v2.0 - Written By CLubber"</code></pre></div><br>* With this TCL, you can easily secure your server by scanning users connecting to your server.<br><br>* Delay Join and Proxy Protection are combined. In short, when the user connects to your server, it checks whether there is a tor / proxy from the online website without buying bot channels.<br><br>* It removes the user it perceives as Proxy / Tor and attracts the users it finds clean to the channels you designate as tor (channel).<br><br>* Send a message to the users he finds clean and at the end of the time you specify, “5 - 10 sec.” pulls into channels.<br><br>* Since the user is scanned without getting into the channels, there is no mess / pollution across the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Mon Jun 08, 2020 5:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
