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

	<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>2007-01-28T23:21:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight2]]></name></author>
		<updated>2007-01-28T23:21:36-04:00</updated>

		<published>2007-01-28T23:21:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70045#p70045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70045#p70045"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70045#p70045"><![CDATA[
Fyi, there is a newer version of the script you are using over at <a href="http://www.tclscript.com" class="postlink">www.tclscript.com</a> (v1.3) from Nov'02, which exempts ops that are not in the bot's userlist as you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8563">strikelight2</a> — Sun Jan 28, 2007 11:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T20:00:28-04:00</updated>

		<published>2007-01-25T20:00:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69936#p69936</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69936#p69936"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69936#p69936"><![CDATA[
I put it one or two lines upper and it did work.<br>I really want to thank you for your time and help.<br>I couldn't finnish this myself.<br>Thanks you from freeeeeezing Finland <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=8644">virtanen</a> — Thu Jan 25, 2007 8:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-25T19:56:51-04:00</updated>

		<published>2007-01-25T19:56:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69935#p69935</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69935#p69935"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69935#p69935"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc norepeats_pubm {nick uhost hand chan text} {  global botnick norepeats  # add  if {[isvoice $nick $chan] || [isop $nick $chan]} {return 0}</code></pre></div>and<div class="codebox"><p>Code: </p><pre><code>proc norepeats_action {nick uhost hand dest key text} {  global norepeats botnick  if {![validchan $dest] || ![isop $botnick $dest] || [mymatchattr $hand f|#f $dest] || ([norepeats_rate $dest] == "0:0")} {    return  }  # add  if {[isvoice $nick $dest] || [isop $nick $dest]} {return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 25, 2007 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T19:48:25-04:00</updated>

		<published>2007-01-25T19:48:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69933#p69933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69933#p69933"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69933#p69933"><![CDATA[
I think i got it =) $host just has to change to $uhost<br>DUMB ME!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><br><br>EDIT:<br><br>THANK YOU VERY MUCH FOR YOUR HELP AND TIME!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8644">virtanen</a> — Thu Jan 25, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T19:37:46-04:00</updated>

		<published>2007-01-25T19:37:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69932#p69932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69932#p69932"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69932#p69932"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>## CONFIGURATION ### Default repeat rate flood# &lt;how many repeats&gt;:&lt;in how many seconds&gt;set norepeats(default) 0:0# Ban on repeat? (1 = Yes , 0 = No)set norepeats(banonrepeat) 1# If banning on repeat, how many minutes shall they be banned for?set norepeats(bantime) 15# Kick/Ban Message to use upon repeat detection?set norepeats(message) "No repeating allowed "## END OF CONFIG ##set norepeats(version) 1.1set eggversion [string trimleft [lindex $version 1] 0]if {$eggversion &lt; 1050000} {  proc norepeats_load {} {    global norepeats    if {![file exists $norepeats(file)]} { return 0 }    foreach item [array names norepeats *,rate] {      catch {unset $norepeats($item)}    }    set infile [open "$norepeats(file)" r]    while {![eof $infile]} {      gets $infile dataline      if {$dataline != ""} {        set dchan [lindex [split $dataline] 0]        set drate [lindex [split $dataline] 1]        if {[validchan $dchan]} { set norepeats($dchan,rate) $drate }      }    }    close $infile    foreach chan [channels] {      if {![info exists norepeats([string tolower $chan],rate)]} {        set norepeats([string tolower $chan],rate) $norepeats(default)      }    }    return 1  }  proc norepeats_save {} {    global norepeats    set outfile [open "$norepeats(file)" w]    foreach chan [channels] {      if {![info exists norepeats([string tolower $chan],rate)]} {        set norepeats([string tolower $chan],rate) $norepeats(default)      }      puts $outfile "[string tolower $chan] $norepeats([string tolower $chan],rate)"    }    close $outfile    return 1  }  set norepeats(file) "${nick}.rpd"  regsub -all -- \\\| $norepeats(file) _ norepeats(file)  regsub -all -- \\\[ $norepeats(file) _ norepeats(file)  regsub -all -- \\\] $norepeats(file) _ norepeats(file)  regsub -all -- \\\} $norepeats(file) _ norepeats(file)  regsub -all -- \\\{ $norepeats(file) _ norepeats(file)  regsub -all -- \\\' $norepeats(file) _ norepeats(file)  if {![file exists $norepeats(file)]} {    set outfile [open "$norepeats(file)" w]    foreach chan [channels] {      puts $outfile "[string tolower $chan] $norepeats(default)"    }    close $outfile    catch {unset outfile}    catch {unset chan}  }  bind time - "10 * * * *" norepeats_time_save  proc norepeats_time_save {mi ho mo da yr} {    putloglev o * "Saving norepeats data ..."    norepeats_save  }  proc norepeats_rate {chan} {    global norepeats    if {![validchan $chan]} { return "0:0" }    if {![info exists norepeats([string tolower $chan],rate)]} {      set norepeats([string tolower $chan],rate) "$norepeats(default)"    }    return "$norepeats([string tolower $chan],rate)"  }  bind dcc n norepeats norepeats_dcc  proc norepeats_dcc {hand idx text} {    global norepeats    set what [string tolower [lindex $text 0]]    if {($what == "") || ![regexp set|mset|info $what]} {      putdcc $idx "Usage: norepeats &lt;set|info&gt; &lt;channel&gt; \[value\]"      return    }    switch $what {      "set" {        set chan [lindex $text 1]        set rate [lindex $text 2]        if {($chan == "") || ($rate == "") || ![string match "*:*" $rate]} {          putdcc $idx "Usage: norepeats set &lt;channel&gt; &lt;repeats&gt;:&lt;seconds&gt;"          return 0        }        if {![validchan $chan]} {          putdcc $idx "Invalid channel $chan"          return 0        }        set norepeats([string tolower $chan],rate) $rate        putdcc $idx "Repeat rate for $chan is now $rate"        norepeats_save        return 1      }      "info" {        set chan [string tolower [lindex $text 1]]        if {![validchan $chan]} {          putdcc $idx "Invalid channel $chan"          return 0        }        if {![info exists norepeats($chan,rate)]} {          set norepeats($chan,rate) $norepeats(default)        }        set num [lindex [split $norepeats($chan,rate) ":"] 0]        set sec [lindex [split $norepeats($chan,rate) ":"] 1]        putdcc $idx "Repeat rate for $chan: $num repeats in $sec seconds"        return 1      }      default {        putdcc $idx "Usage: norepeats &lt;set|info&gt; &lt;channel&gt;"        return 0      }    }  }} else {  setudef int repeat-lines  setudef int repeat-time  proc norepeats_rate {chan} {    global norepeats    if {![validchan $chan]} { return "0:0" }    set chaninfo [channel info $chan]    set res ""    set res [lindex [lindex $chaninfo [lsearch $chaninfo "*repeat-lines*"]] 1]    append res ":"    append res [lindex [lindex $chaninfo [lsearch $chaninfo "*repeat-time*"]] 1]    if {$res == ":"} {      channel set $chan repeat-lines [lindex [split $norepeats(default) ":"] 0]      channel set $chan repeat-time [lindex [split $norepeats(default) ":"] 1]      set res $norepeats(default)    }    return "$res"  }}proc handisop {hand chan} {  return [expr {[validchan $chan] &amp;&amp; [isop [hand2nick $hand $chan] $chan]}]}if {($eggversion &gt;= 1030000)} {  proc matchchanattr {handle flags channel} { return [matchattr $handle |$flags $channel] }}proc isoporvoice {nick chan} {  return [expr {[validchan $chan] &amp;&amp; ([isop $nick $chan] || [isvoice $nick $chan])}]}proc handisoporvoice {hand chan} {  return [expr {[validchan $chan] &amp;&amp; [isoporvoice [hand2nick $hand $chan] $chan]}]}proc mymatchattr {hand flags {chan ""}} {  if {[regsub -all {[^&amp;|().a-zA-Z0-9@+#-]} $flags {} f]} {    putloglev o * "error: (matchattr): illegal character in flags: $flags"    return 0  }  regsub -all -- {[|&amp;]} $f {&amp;&amp;} f  regsub -all -- {#-} $f {-#} f  regsub -all -- {-} $f {!} f  regsub -all -- {#?[a-zA-Z0-9]} $f {(&amp;)} f  regsub -all -- {\(#([a-zA-Z0-9])\)} $f {[matchchanattr $hand \1 $chan]} f  regsub -all -- {\(([a-zA-Z0-9])\)} $f {[matchattr $hand \1]} f  regsub -all -- {\.} $f {1} f  regsub -all -- {@} $f {[handisop $hand $chan]} f  regsub -all -- {\+} $f {[handisoporvoice $hand $chan]} f  return [expr $f]}proc norepeats_cleanqueue {chan} {  global norepeats  set chan [string tolower $chan]  if {![info exists norepeats($chan,queue)]} { set norepeats($chan,queue) "" }  set newqueue ""  set rate [norepeats_rate $chan]  set time [lindex [split $rate ":"] 1]  foreach item $norepeats($chan,queue) {    set when [lindex $item 3]    if {[expr [clock seconds] - $when] &lt;= $time} {      lappend newqueue $item    }  }  set norepeats($chan,queue) $newqueue}proc norepeats_updatequeue {nick chan text} {  global norepeats  set nick [string tolower $nick]  set chan [string tolower $chan]  set text [string tolower $text]  set rate [norepeats_rate $chan]  if {$rate == "0:0"} { return }  if {![info exists norepeats($chan,queue)]} { set norepeats($chan,queue) "" }  set patt ""  set pattt ""  set nickt $nick  regsub -all -- \\\\ $nickt \\\\\\\\ nickt  regsub -all -- \\\[ $nickt \\\\\[ nickt  regsub -all -- \\\] $nickt \\\\\] nickt  regsub -all -- \\\} $nickt \\\\\} nickt  regsub -all -- \\\{ $nickt \\\\\{ nickt  lappend patt $nick  lappend pattt $nickt  lappend patt $text  lappend pattt $text  set fnd [lsearch $norepeats($chan,queue) "$pattt *"]  if {$fnd == -1} {    lappend patt "1"    lappend patt "[clock seconds]"    lappend norepeats($chan,queue) $patt    norepeats_cleanqueue $chan    return  }  set item [lindex $norepeats($chan,queue) $fnd]  set times [lindex $item 2]  incr times  set first [lindex $item 3]  lappend patt $times  lappend patt $first  set norepeats($chan,queue) [lreplace $norepeats($chan,queue) $fnd $fnd $patt]  norepeats_cleanqueue $chan  return}# nick text times firstproc norepeats_checkqueue {nick chan text} {  global norepeats  set now [clock seconds]  set nick [string tolower $nick]  set chan [string tolower $chan]  set text "[string tolower $text]"  if {![info exists norepeats($chan,queue)]} { set norepeats($chan,queue) "" }  set patt ""  regsub -all -- \\\\ $nick \\\\\\\\ nick  regsub -all -- \\\[ $nick \\\\\[ nick  regsub -all -- \\\] $nick \\\\\] nick  regsub -all -- \\\} $nick \\\\\} nick  regsub -all -- \\\{ $nick \\\\\{ nick  lappend patt $nick  lappend patt $text  set rate [norepeats_rate $chan]  set num [lindex [split $rate ":"] 0]  set time [lindex [split $rate ":"] 1]  if {$rate == "0:0"} { return 0 }  set fnd [lsearch $norepeats($chan,queue) "$patt *"]  if {$fnd == -1} { return 0 }  set item [lindex $norepeats($chan,queue) $fnd]  set times [lindex $item 2]  set first [lindex $item 3]  if {$times &lt; $num} { return 0 }  if {[expr $now - $first] &gt; $time} { return 0 }  return 1}bind pubm - * norepeats_pubmproc norepeats_pubm {nick uhost hand chan text} {  global botnick norepeats  if {![isop $botnick $chan] || [mymatchattr $hand f|#f $chan] || ([norepeats_rate $chan] == "0:0")} { return }  norepeats_updatequeue $nick $chan "$text"  if {[norepeats_checkqueue $nick $chan "$text"]} {    if {$norepeats(banonrepeat)} {      newchanban $chan "*!*@[lindex [split $uhost "@"] 1]" repeating $norepeats(message) $norepeats(bantime)    }    putserv "KICK $chan $nick :$norepeats(message)"  }  return}bind ctcp - ACTION norepeats_actionproc norepeats_action {nick uhost hand dest key text} {  global norepeats botnick  if {![validchan $dest] || ![isop $botnick $dest] || [mymatchattr $hand f|#f $dest] || ([norepeats_rate $dest] == "0:0")} {    return  }  set chan $dest  norepeats_updatequeue $nick $chan "$text"  if {[norepeats_checkqueue $nick $chan "$text"]} {    if {$norepeats(banonrepeat)} {      newchanban $chan "*!*@[lindex [split $uhost "@"] 1]" repeating $norepeats(message) $norepeats(bantime)    }    putserv "KICK $chan $nick :$norepeats(message)"  }  return}bind time - "*5 * * * *" norepeats_cleanqueuesbind time - "*0 * * * *" norepeats_cleanqueuesproc norepeats_cleanqueues {mi ho da mo yr} {  global norepeats  foreach chan [channels] {    set newqueue ""    if {[info exists norepeats($chan,queue)]} {      set chan [string tolower $chan]      set rate [norepeats_rate $chan]      set time [lindex [split $rate ":"] 1]      foreach item $norepeats($chan,queue) {        set when [lindex $item 3]        if {[expr [clock seconds] - $when] &lt;= $time} {          lappend newqueue $item        }      }    set norepeats($chan,queue) $newqueue    }  }}if {$eggversion &lt; 1050000} {utimer 1 "norepeats_load"}putlog "norepeats.tcl v$norepeats(version) by strikelight now loaded"</code></pre></div>and I have changed the ban mask to <div class="codebox"><p>Code: </p><pre><code>"*!*[lindex [split $host "@"] 0]*@[lindex [split $host "@"] 1]"</code></pre></div>that shouldn't make the problem.<br><br>And there is not now the line You told me to put if i want to extempt ops and voices. Sorry this slownes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> Just learning how to use this forum <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=8644">virtanen</a> — Thu Jan 25, 2007 7:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-25T19:31:45-04:00</updated>

		<published>2007-01-25T19:31:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69931#p69931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69931#p69931"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69931#p69931"><![CDATA[
That error has nothing to do with the added line.<br><br>Why don't you paste the code (the original, bugless code) and let us help you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 25, 2007 7:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T19:11:38-04:00</updated>

		<published>2007-01-25T19:11:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69930#p69930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69930#p69930"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69930#p69930"><![CDATA[
did add and got 2 error msg:<br>"Tcl error [norepeats_pubm]: wrong # args: no script following "{$norepeats(banonrepeat)}" argument"<br><br>and when i changed the place<br><br>"Tcl error [norepeats_pubm]: extra characters after close-quote"<br><br><br>I'm really sorry to bother You but what did I do wrong <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I put that code to proc where the ban and kick is but it gives me errors <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8644">virtanen</a> — Thu Jan 25, 2007 7:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-25T19:02:46-04:00</updated>

		<published>2007-01-25T19:02:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69929#p69929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69929#p69929"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69929#p69929"><![CDATA[
ap:repeatl is for lines:secs and ap:repeatc is for repeated characters (so the first feature is what you want).<br><br>You can add to the proc where the kick occurs:<div class="codebox"><p>Code: </p><pre><code>if {[isvoice $nick $chan] || [isop $nick $chan]} {return 0}</code></pre></div>to exempt ops and voices.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 25, 2007 7:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T18:03:25-04:00</updated>

		<published>2007-01-25T18:03:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69927#p69927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69927#p69927"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69927#p69927"><![CDATA[
<blockquote class="uncited"><div>#<br>## 6 ## Text repeating.<br>#<br><br># use .chanset #channel ap:repeatl &lt;repeats&gt;:&lt;seconds&gt; (in DCC, 0:0 to disable)<br># Set default rate here:<br>lappend ap:udefs {ap:repeatl 0:0}<br><br>## Text repeating Kick on how many consecutive repeated letters?<br>## Example: if this is set to 5 then the bot will kick any user who types (example):<br># Hellooooo (5 consecutive o's)<br># Hello!!!!!!!!! (5 and more consecutive ! marks)<br>## Use .chanset #channel ap:repeatc &lt;number-of-letters&gt; (in DCC, 0 to disable)<br># Set default value here:<br>lappend ap:udefs {ap:repeatc 0}<br><br># Text repeating punishment method:<br>set repeatf(pmeth) 3<br><br># Text repeating ban type.<br>set repeatf(btype) 3<br><br># Text repeating ban time in minutes. (0 for no ban time)<br>set repeatf(btime) 15</div></blockquote>Hmm that repeat script is only for repeating some chars? Or do I understand wrong? I need script which for example bans for repeating "asdaasfh" two times in 3 secs <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>Thank You for Your fast replies and sorry my noobishm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>PS. Is there any short code that I can add to that norepeat script what ignores ops? I handled the banmask but nothing else :*(<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8644">virtanen</a> — Thu Jan 25, 2007 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-25T17:51:46-04:00</updated>

		<published>2007-01-25T17:51:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69926#p69926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69926#p69926"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69926#p69926"><![CDATA[
I may suggest <a href="http://forum.egghelp.org/viewtopic.php?t=9721" class="postlink">AllProtection</a>. It has what you want along with a lot of other features.<br><br>I am still sure that there is a script that suites your specification in the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl archive</a> (I remember using one myself in past times).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 25, 2007 5:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-25T17:16:32-04:00</updated>

		<published>2007-01-25T17:16:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69925#p69925</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69925#p69925"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69925#p69925"><![CDATA[
I tried few weeks ago, but he hasn't anserwed yet.<br>And i have tried all repeat scripts from here and all of them has some problems with banning ops, banning masks or those warning, kick, ban situations <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>It's neither I'm so rookie with this tcl codes or they just dont fit me =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8644">virtanen</a> — Thu Jan 25, 2007 5:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-25T15:32:43-04:00</updated>

		<published>2007-01-25T15:32:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69919#p69919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69919#p69919"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69919#p69919"><![CDATA[
There are a lot of anti-repeat scripts out there, try to use another one. Alternatively, you can try and contact the script's author.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 25, 2007 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[virtanen]]></name></author>
		<updated>2007-01-26T08:16:23-04:00</updated>

		<published>2007-01-25T09:24:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69913#p69913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69913#p69913"/>
		<title type="html"><![CDATA[[SOLVED] help with &quot;repeat.tcl v1.1 (9 April 1999)&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69913#p69913"><![CDATA[
Hi everyone! <br><br>I really need help with this script...<br>It does what it does well but there are few thingsa it does not do:<br>1) it does not ignore ops and voices <br>-&gt; so it bans them too if they repeat <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>2) then banmask is very bad for big channels!<br>-&gt; *!*@banmask -&gt; it bans all people from maybe same vhost (bouncers etc). It should be something like blaa@*.blaa.blop<br><br>Can anyone help me fast please?<br><br>Sincerely Yours<br>virtanen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8644">virtanen</a> — Thu Jan 25, 2007 9:24 am</p><hr />
]]></content>
	</entry>
	</feed>
