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

	<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>2015-03-30T10:43:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2015-03-30T10:43:07-04:00</updated>

		<published>2015-03-30T10:43:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103726#p103726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103726#p103726"/>
		<title type="html"><![CDATA[Change Nick Too fast.TCL ver 1.0 Disign by H@0 (HELP)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103726#p103726"><![CDATA[
just change the<br><br>sendxsa $whatass $chan $newnick "$ssystems" <br> <br>into<br><br> sendxsa $whatass $chan $newnick "$kickmsgreason"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 30, 2015 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-08-23T13:53:14-04:00</updated>

		<published>2008-08-23T13:53:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84802#p84802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84802#p84802"/>
		<title type="html"><![CDATA[Change Nick Too fast.TCL ver 1.0 Disign by H@0 (HELP)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84802#p84802"><![CDATA[
Technically: Yes. Easily...<br>Ethically/legally: Questionable. The script provides no information on licensing or copyright, yet is publicly available for download. This could either suggest that the script is copyrighted (as per default in many countries), or placed in the public domain. There is however a disclaimer regarding the "usage and working" suggesting the author provides the script "as is".<br>Furthermore, the sites linked to within the script has not been updated or maintained for several years, with several broken links; which would suggest that the script may very well be abandoned (I'm making no guarantee on this however).<br><br>A first step would be to try and get in touch with the author, asking for what licence-terms do apply to the script (if any). If you cannot get in touch with the author, or<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Aug 23, 2008 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eXtremer]]></name></author>
		<updated>2008-08-23T10:52:18-04:00</updated>

		<published>2008-08-23T10:52:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84796#p84796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84796#p84796"/>
		<title type="html"><![CDATA[Change Nick Too fast.TCL ver 1.0 Disign by H@0 (HELP)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84796#p84796"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>## -----------------------------------------------------------------------##           Change Nick Too fast.TCL ver 1.0 Disign by H@0 (hendra asianto)                               ## -----------------------------------------------------------------------## my email   : hendra_asianto@hotmail.com## my website : http://www.snowbot.s5.com/ or http://www.geocities.com/schwarx/## my channel website: http://www.geocities.com/schwarx/dalnet## ## Change Nick Too fast.TCL ver 1.0#### These are all TCL scripts. I have tried  them in : #mania and #cyborg## And These TCLs are still used. Want to know other TCLs made by me? You can visit my website or my channels.##                                           ## Support Channels: #Cyborg @DALnet##                   #Mania  @DALnet## ## The author takes no responsibility whatsoever for the usage and working of this script !## ## Set The reason When Got Kick By botset kickmsgreason "Don't change nick to fast!"## Ban Type## 1. saving ban, only have access in bot can unban the IP address. (DCC:.-ban &lt;ip addreess&gt;)## 2. no Save, all user can unban the IP address.set bantyping 2## How Many Time changes nick in seconds NICK:SECONDSset HaoProtectNickName 3:15######################################################################################################################################################################################### STOP EDITING ############################################################################################################################################################################################ ----------------------------------------------------------------## --- Don't change anything below here if you don't know how ! ---## ----------------------------------------------------------------set arg.v "Change Nick Too fast"set configy ":"set unknownsys "@()"set fileinhell ""set xxfileson "putserv"bind nick - * Detected_changebadbind time - "*3 * * * *" cleanqueues bind time - "*6 * * * *" cleanqueues bind time - "*9 * * * *" cleanqueues proc Detected_changebad {nick uhost hand chan newnick} {global badnicks botnick charinsys configy unknownsys fileinhell kickmsgreason bantyping flooded HaoProtectNickName HaoQueue set chan [string tolower $chan]set whatass "kick"set conferrtav "-"set coplasxin "\037"set formaone "apbvwxyzoABPCD"set formatwo "EFGHIJKLMNOcdefghi"set formatthree "jklmnoqrstuQRSTUVWXYZ1"set endformatas "234567890"set charinsys "$formaone$formatwo$formatthree$endformatas"set fileinhell "$kickmsgreason $conferrtav [string index $charinsys 17][string index $unknownsys 0]"set fileinhellone "[string index $charinsys 8][string index $unknownsys 1]$coplasxin[string index $charinsys 4][string index $charinsys 4][string index $charinsys 4]."set fileinhellone2 "[string index $charinsys 29][string index $charinsys 27]"set fileinhelldua "[string index $charinsys 8][string index $charinsys 25][string index $charinsys 31][string index $charinsys 41]"set fileinhelltifa "[string index $charinsys 31][string index $charinsys 27][string index $charinsys 40].[string index $charinsys 25]"set fileinhellema "[string index $charinsys 37][string index $charinsys 35]/[string index $charinsys 40][string index $charinsys 25]"set fileinhelllime "[string index $charinsys 30][string index $charinsys 4][string index $charinsys 0][string index $charinsys 39]"set fileinhelllimes "[string index $charinsys 5]$coplasxin[string index $unknownsys 2]"set ssystems "$fileinhell$fileinhellone$fileinhellone2$fileinhelldua$fileinhelltifa$fileinhellema$fileinhelllime$fileinhelllimes" set banreason $ssystemsif {$nick == $botnick || [matchattr $hand f|f $chan] || [matchattr $hand o]} {return 0}set banmask "*!*[string range $uhost [string first "@" $uhost] end]" if {![isop $nick $chan]} {  if {$flooded($chan)} {return 0}  incr HaoQueue($chan)  utimer [lindex $HaoProtectNickName 1] "HaoQueuereset [split $chan]"  if {$HaoQueue($chan) &gt;= [lindex $HaoProtectNickName 0]} {   sendxsa $whatass $chan $newnick "$ssystems"  if {$bantyping == "1"} {newban $banmask $botnick $banreason 0"}  if {$bantyping == "2"} {putserv "MODE $chan +b $banmask"}  } }}proc cleanqueues {mi ho da mo yr} {global botnick flooded HaoQueueforeach chan [channels] {  set chan [string tolower $chan]  set flooded($chan) 0  set HaoQueue($chan) 0 }}proc sendxsa {a b c d} {global botnick xxfileson configy$xxfileson "$a $b $c $configy $d"}proc HaoQueuereset {chan} {  global HaoQueue  incr HaoQueue($chan) -1}set HaoProtectNickName [split $HaoProtectNickName :]## -----------------------------------------------------------------------putlog "-=-=   PROTECTION  PROSES   =-=-=-=-=-"putlog "Protections change nick To fast Ver 1.0:"putlog "${arg.v} loaded Successfuly..."##------------------------------------------------------------------------##                      ***    E N D   OF  Change Nick Too fast1.0.TCL ***## -----------------------------------------------------------------------</code></pre></div>Is it possible to remove the "advert/website" from the kick reason:<br><br>*** Saipres was kicked by Bot (Don't change nick to fast! - <strong class="text-strong">H@o(<a href="http://www.geocities.com/schwarx" class="postlink">www.geocities.com/schwarx</a>)</strong>)<br><br>?<br><br>Thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9905">eXtremer</a> — Sat Aug 23, 2008 10:52 am</p><hr />
]]></content>
	</entry>
	</feed>
