Skip to content
Buzzen Chat Network

Whispers Help

A TG007 community discussion started by CharmedOne.

Discussion 3 posts
Page 1 of 1
Open
Topic #11744 · 3 published posts · 1,646 views

I got a issue I will explain it. I am using whats called the Tewl connection by the way. :pizza:

 

 

 

OK Issue is my whisper flood kick is slow at kicking is there a way I can make it a little more sensitive.

 

#whisperflood on
raw whisper:*: {
  if ($nick isowner $chan) { return }
  elseif (%fk. [ $+ [ $nick ] ] == $1-) {
    .raw kick $comchan($nick,1) $nick Scrolling In Whisper
  }
  else {
    set -u2 %fk. [ $+ [ $nick ] ] $1-
  }
}
#whisperflood end

Edited Dec 20, 2008 7:44 AM by CharmedOne

try where it says (set -u2) change the 2 that area is the part that sets the amount of time.i hope this helps.

if ($nick isowner $chan) { return }

 

this wont work, thereis no $chan in a raw whisper event.

 

Your code will kick them if they say the exact same thing within 2 seconds. Is that what you want? Maybe you need to make it 5 seconds.