Nicklist punishment

By Renegade on Sep 13, 2008

Well i got bored a while back of typing out the commands for someof the bans in this..

Simple enough script & idea but very useful :)

I'll also add that I didn't add a devoice and timed voice because well !devoice $nick works fine and most of the rooms i use it in Don't set +m anyways :s

Have fun ripping it :)

Again comments are welcomed :)

Menu nicklist {
  -
  Punishment:
.Kick User { kick $chan $$1 7Reason For Kick 14: $$?="Reason For Kick:" }
  .Ban User { ban -k $chan $$1 2 7Reason For Ban 14: $$?="Reason For Ban:" }
  .mute User:{
    var %mute.min $$?"Please Enter Minutes"
    if (!%mute.min) { halt }
    else {
      msg $chan 7 $1 $+ : 14you are muted for 7 %mute.min 14minute $+ $iif(%mute.min > 1,s) 7Take this as a warning!
      mode $chan +b ~q: $+ $address($1,2)
      .timer 1 $calc(%mute.min * 60) mode $chan -b ~q: $+ $address($1,2) 
    }
  }
  .Forward Ban {
    var %forwardreason = $$?="Reason For Forward Ban:"
    var %forwardban = $$?="Channel of choice:"
    mode $chan +b ~f: $+ %forwardban $+ : $+ $address($1,2)
    kick $chan $$1 7Reason For Ban 14: %forwardreason
  }
  .Bad Nick { 
    mode $chan +b $$1 
    kick $chan $$1 7Reason For Kick 14: You have been banned for a bad nick please change it
 }
}

Comments

Sign in to comment.
Renegade   -  Sep 13, 2008

Oh no Don't get me wrong lol I am willing to learn maybe pedantic was the wrong word ( and lol @ EL )

What I meant to say was you didn't concede my way worked too, even though yours is better lol meh

And for EL ( concede = acknowledge ) lol jk :p

 Respond  
EL   -  Sep 13, 2008

o0o gett em steve ;p rofl and so what i dont know every word there is smart guy.`-.-´

 Respond  
napa182   -  Sep 13, 2008

well the same can be done for ur bad nick part as well
and trying to say im overly concerned with minute details?
hmm so you dont want to learn thats fine then you can delete my comments and not use my help. it's as simple as that.

 Respond  
Eugenio   -  Sep 13, 2008

Nemesis = EL
[00:23:am] [Nemesis] !define pedantic
[00:23:am] [+TypoAway] Result(s) for pedantic
[00:23:am] [+TypoAway] Adjective: Marked by a narrow focus on or display of learning especially its trivial aspects

;p

 Respond  
Renegade   -  Sep 13, 2008

I think it was a bit pedantic but meh

 Respond  
Eugenio   -  Sep 13, 2008

rofl

 Respond  
EL   -  Sep 13, 2008

STEVE enuff!!.`-.-´

 Respond  
Renegade   -  Sep 13, 2008

:o thanks nappa updated ;D

 Respond  
napa182   -  Sep 13, 2008

well for starters on the kick user and the ban user you can do

.Kick User { kick $chan $$1 7Reason For Kick 14: $$?="Reason For Kick:" }
  .Ban User { ban -k $chan $$1 2 7Reason For Ban 14: $$?="Reason For Ban:" }
 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.