Jump to content

Script Kicker


ameer

Recommended Posts

  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

Hmmm, sorry about that. It is very basic, but I tried it on koach.com with a script and it kicked it from the room. I joined with the same nick via webchat and got in fine :)

 

I hope someone else can help you out :)

 

*EDIT* I've never chatted on Buzzen efore so I'm unsure how the server handles CTCP requests. Travis is quite the authority on all things Buzzen, I believe :)

Edited by Silo
Link to comment
Share on other sites

cause i dont like scripts in my room

and other owners on my team cant join them scripts

 

hello i just need a script kicker to add to my script

Thank you

 

hello agin guys

plz i need the script kicker silo give me one but its not work

so plz help me abt it

Link to comment
Share on other sites

Guest NightRider

Old msn script kicker so if your using a msn clone then this should work

 

menu channel {

  -
  .Kicker ( $+ %kicker $+ )
  ..On:{ .enable #kicker | set %kicker On | echo $active 8,4-=[ kicker On ]=- }
  ..Off:{ .disable #kicker  | set %kicker Off | echo $active 8,4-=[ kicker Off ]=- }
}





#kicker Off
on *:JOIN:*: { 
  if ($nick != $me) && ($$ial($nick $+ *,1).addr != $read(allowed.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * )) { 
    ctcp $nick VERSION
    ctcpreply $nick ”DTäE
    ctcp $nick FINGER
  }
}

on *:ctcpreply:*FINGER*: {
  if ($1- != $null) {
    if ($nick ison $comchan($nick,1)) { access $comchan($nick,1) add DENY *! $+ $$ial($nick $+ *,1).addr 300 :Script Ban | kick $comchan($nick,1) $nick No Scripts in here }
  }
}
on *:ctcpreply:*VERSION*:{
  if ($1- != $null) {
    if ($nick ison $comchan($nick,1)) { access $comchan($nick,1) add DENY *! $+ $$ial($nick $+ *,1).addr 300 :Script Ban | kick $comchan($nick,1) $nick No Scripts in here }
  }
}
on *:ctcpreply:*”DTäE*:{
  if ($1- != $null) {
    if ($nick ison $comchan($nick,1)) { access $comchan($nick,1) add DENY *! $+ $$ial($nick $+ *,1).addr 300 :Script Ban | kick $comchan($nick,1) $nick No Scripts in here }
  }
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...