Shutup Ban

By Vengeance on May 25, 2007

This is what happens when people annoy "scriptwriter's"

You all know you wish you had something to get people to shutup while being justified at the same time... well this is sorta it

Just past into your remote file and right click there name and goto Bans> shutup

To stop script at anytime just type /unshutup in any textbox

And rest is pretty self explanatory

Msg's are easy to change.

And i think this show's some of the people new to scripts how %variables work

* Yeah I could have used unset %s but pretty sure
would be pretty dam conflicting with other scripts :)

alias unshutup {
  if ( %unshutup ) { cs akick %shutupchan del %unshutup
    Unset %*shutup*
  }
  else {
    Unset %*shutup*
  }
}

Menu Nicklist {
  Bans:
  .Shutup $$1: Set %shutupchan $active | Set %shutup $1 | msg $chan Just Shutup $$1
}

on *:TEXT:*:*: {
  If (%shutupchan == $chan ) && ( %shutup == $nick ) { 
    Inc %Shutup1 1
    If ( %shutup1 == 1 ) { cs kick %shutupchan %shutup You Think this is a game? }
    If ( %shutup1 == 2 ) { cs kick %shutupchan  %shutup You were warned | cs ban %shutupchan  %shutup | Cs Akick %shutupchan  Add %Shutup Why didn't you just shutup? | Unset %shutup* | Unset %shutupchan | Set %Unshutup $nick }
  }
}

Comments

Sign in to comment.
guest598594   -  Dec 19, 2007

How to use it?
Read Introduction
Just past into your remote file and right click there name and goto Bans> shutup

To stop script at anytime just type /unshutup in any textbox
[/quote]

 Respond  
Maath   -  Dec 19, 2007

Sry, don\'t read good enough.

 Respond  
Maath   -  Dec 19, 2007

How to use it?

 Respond  
Cheiron   -  Nov 28, 2007

good script, good for the newcomer... one problem. If you are on a server running Chanserv. akicks are limited by default to 20 per channel at any one time. then ya has to remove akicks to add new ones. put a counter in to include the number of akicks used so far using a very simple variable... this is an example for you.

on *:AKICK:#: {
inc %akicks
/echo -a this User was just akicked By $nick In # AKick Number %akicks :)
}

possibly look at that. yes i have used another script here but tweaked it a little on the re-word to cover akick before anyone says anything

 Respond  
Manpreet   -  May 26, 2007

Works fine. Good for channels with large amounts of people, who keep breaking rules. Very fun to use. Putting them on autokick is a little mean :P

 Respond  
Vengeance   -  May 25, 2007

Chevy could you please give some example\'s
Or anyone else

Your comment is a little vague

 Respond  
Chevy   -  May 25, 2007

Its real good but you could have done it in a smaller coding and had some differences and changes in it.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.