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

	<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>2003-12-22T13:05:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TALES]]></name></author>
		<updated>2003-12-22T13:05:55-04:00</updated>

		<published>2003-12-22T13:05:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31693#p31693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31693#p31693"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31693#p31693"><![CDATA[
i use now 2 tcl for this problem 1 bogus nick ban kicker<br>and 1 realname scan original code by Papillon modified and adjusted by caesar. in the source of the spambot i saw that the real name always is with .com .net .org .ca 1 of the 13 realnames is with out a .domein<br><br>scripts works fine for me now but need some adjustments <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>you can find the 2 scripts here in tcl scripts : bad2pack.zip<br><a href="http://www.cb3rob.net/~tales/" class="postlink">http://www.cb3rob.net/~tales/</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4104">TALES</a> — Mon Dec 22, 2003 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-12T09:18:11-04:00</updated>

		<published>2003-12-12T09:18:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31353#p31353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31353#p31353"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31353#p31353"><![CDATA[
i got a script old script i made for my ircd don't use it for the time being there is a bug in it but it checks ctcp version on connect i would have to read true it but the script connects as a service to the server also is able to get host masks on connect .. if u wanted to so what is it exactly u want maybe i can help u .. if u discribe exactly what u want .. and only if i can do it for free :p lol, well ill try to do my best tho to make the script u want :p<br><br>gline not that effective if u where to deny its host just zline its host simple ..  if u would do that then they can't even use connect flood cause gline would still show connection while zline kicks it before it trys to connect<br><br>witch in the end would be mutch more effective or if u don't mind the connection .. shun them<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Dec 12, 2003 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stammer]]></name></author>
		<updated>2003-12-11T03:51:01-04:00</updated>

		<published>2003-12-11T03:51:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31296#p31296</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31296#p31296"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31296#p31296"><![CDATA[
Why don't you make a eggdrop an ircop and make it to message everyone who join server or network and if it is a spambot gline it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2835">stammer</a> — Thu Dec 11, 2003 3:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-10T09:44:33-04:00</updated>

		<published>2003-12-10T09:44:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31269#p31269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31269#p31269"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31269#p31269"><![CDATA[
this is a code that checks if nick parts the channel in 1 second or less after joining:<div class="codebox"><p>Code: </p><pre><code>bind part - * gline:spamerproc gline:spamer {nick uhost hand chan} {if {[getchanjoin $nick $chan] &gt;= [expr {[clock seconds]-1}]} {## gline user }}</code></pre></div>you can change the value 1 second to less or more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Dec 10, 2003 9:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-10T04:55:13-04:00</updated>

		<published>2003-12-10T04:55:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31263#p31263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31263#p31263"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31263#p31263"><![CDATA[
u can use spamcheck.tcl by Torr &amp; MC_8. you can download at <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-spam.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0-0-1-spam.htm</a><br>i use this tcl, very good  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by Guest — Wed Dec 10, 2003 4:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-09T23:22:30-04:00</updated>

		<published>2003-12-09T23:22:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31261#p31261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31261#p31261"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31261#p31261"><![CDATA[
so, any ideas guys?<br><br>maybe if someone can write me a simple tcl script that if a user joins/parts and it is quicker than a quarter-second or somethin, they get glined? =/  <br><br>or if someone can try using the wget like someone said?<br><br>as u can tell i dont know any tcl at all, so im hoping someone here will help!<p>Statistics: Posted by Guest — Tue Dec 09, 2003 11:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TALES]]></name></author>
		<updated>2003-12-09T19:00:37-04:00</updated>

		<published>2003-12-09T19:00:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31257#p31257</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31257#p31257"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31257#p31257"><![CDATA[
looks like that i have missed read something about that kick-bogus.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4104">TALES</a> — Tue Dec 09, 2003 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-09T18:13:21-04:00</updated>

		<published>2003-12-09T18:13:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31255#p31255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31255#p31255"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31255#p31255"><![CDATA[
As far as I see, there is no kick-bogus setting in eggdrops.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Dec 09, 2003 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TALES]]></name></author>
		<updated>2003-12-09T16:49:09-04:00</updated>

		<published>2003-12-09T16:49:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31248#p31248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31248#p31248"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31248#p31248"><![CDATA[
im on a server where there is also that problem.<br><br>what i did was kick ban the user when he join that has done the trick for a while.<br>now what he or she is doing is join part channel and get nicks who iare in the channel and then msg them.with that msg.<br><br>its always a nick like example: `]{a[ , ]`aw{ , }]c ,`a[ etc.. random letters and charactors.<br><br>i have tryed the bogus thing in eggdrop.<br><br>set kick-bogus 1<br><br>for bogus nicks but not effective <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>i dont know if that set kick-bogus 1 is al you have to do to active that bogus thing ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4104">TALES</a> — Tue Dec 09, 2003 4:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-09T13:57:06-04:00</updated>

		<published>2003-12-09T13:57:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31239#p31239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31239#p31239"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31239#p31239"><![CDATA[
ok, so you can try using wget or lynx -dump.<br>If an error is returned, the user may be ok.<br><br>But take care, because more of this spams don't work, so not having the $hostmask/me.mpg isn't an evidence...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Dec 09, 2003 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-09T09:30:59-04:00</updated>

		<published>2003-12-09T09:30:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31235#p31235</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31235#p31235"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31235#p31235"><![CDATA[
because i dont want to give the spammers a chance to even message anyone. i want to grab the hostmask as its connecting (via the server notices to ircops), check to see if <a href="http://their-hostmask.com/me.mpg" class="postlink">http://their-hostmask.com/me.mpg</a> is valid, and if it is, ban the spam bot before they can even message anyone.<p>Statistics: Posted by Guest — Tue Dec 09, 2003 9:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-09T03:38:01-04:00</updated>

		<published>2003-12-09T03:38:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31216#p31216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31216#p31216"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31216#p31216"><![CDATA[
why speaking about money? Can't you understand that a community is a place where everybody helps everybody?<br><br>So, about your trouble, you want to verify if the string between http:// and /me.mpg is valid? It's quite stupid <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Why don't you just check if you're spammed with an add for me.mpg?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Dec 09, 2003 3:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-08T22:08:10-04:00</updated>

		<published>2003-12-08T22:08:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31210#p31210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31210#p31210"/>
		<title type="html"><![CDATA[Need a tcl script to run on an eggdrop and combat spam bots]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31210#p31210"><![CDATA[
My network is being flooded with damn spam bots who message everyone with "Clocl here to see my video!" and the video address appears to be http:// + their full hostmask with /me.mpg at the end<br><br>If you are interested in creating a tcl script that I can run on an eggdrop that will check to see if that address is valid for everyone that connects to the network (the bot will be opered), I am interested in paying you for it via paypal.<br><br>Please contact me at irc.messagebot.net or send me a memo there. My nickname is EviL_SmUrF.<br><br>Thanks guys!<p>Statistics: Posted by Guest — Mon Dec 08, 2003 10:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
