Jump to content

Script Help


ameer

Recommended Posts

1. The script I show you only works for you, meaning you are the sole person to trigger it.

2. It should automatically write you a Bans.txt to your mirc directory when you set a ban.

3. That script is written for Buzzen chat.

 

Edited by Fanfare
Link to comment
Share on other sites

hello

i ban on many ways

like manual from script or auto ban if someone says a bad word

or i use a remate ban like `ban nick

on 15:TEXT:`ban*:#:/access $active add DENY $2- 0 :Added by Battle_BotV4 | /kick # $2- $+ | msg # S \rTahoma;0 $nick $2- Has Been Placed on access denied list!

 

Link to comment
Share on other sites

on *:text:`ban*:#: {
  if (!$2) { 
    msg $chan $nick $+ , you need to choose a nickname to ban in this format: !ban <nickname here>
  }
  elseif ($nick isop $chan) { 
    kick $chan $2 Added by Battle_BotV4 | msg # $2 has been placed on access deny list!
    access $active add deny $ial($2).user Banned by Battle Bot V4.
  }
  else { 
    msg $chan Sorry $+ , $nick $+ , you need to at least have a host status to use this command. 
  }
}

Edited by Fanfare
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...