.:: !@dmin Powers ::.

By Hackemate on Nov 11, 2004

This is my admin powers script is very succeful, If you need help with the commands type .
!Adminpowers, If you dont know how to add this just click alt + r or the green thing with a @ (At).

;===================HackemateVers.1.0==
on *:text:!Adminpowers:*:{
  if (<Yourname> isin $nick) { /msg $nick Hi $nick This are your master commands .!op.!deop.!voice.!-v.!hop.!-hop.!topic.!slap  }
  else {
  /msg # sorry you dont have access }
}
on *:text:!killme:*:{
  if (<Yourname> isin $nick) { /quit 4 Im sorry my master disconnect me.  }
  else {
  /msg # 4 sorry you dont have access to that Command }
}
on *:text:!op*:*:{
  if (<Yourname> isin $nick) { /mode $chan +ooooooooooo - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}

on *:text:!deop*:*:{
  if (<Yourname> isin $nick) { /mode $chan -ooooooooooo - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}
on *:text:!voice*:*:{
  if (<Yourname> isin $nick) { /mode $chan +vvvvvvvvvv - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}

on *:text:!-v*:*:{
  if (<Yourname> isin $nick) { /mode $chan -vvvvvvvvvvv - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}
on *:text:!hop*:*:{
  if (<Yourname> isin $nick) { /mode $chan +hhhhhhhhh - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}

on *:text:!-hop*:*:{
  if (<Yourname> isin $nick) { /mode $chan -hhhhhhhhhh - $2 }
  else {
  /msg # 4 sorry you dont have access to that Command }
}
ON *:TEXT:!topic *:*: { 
  if ($chan) { 
    topic $chan $2- 
  } 
  else { 
    topic $2 $3- 
  } 
on *:text:!slap*:#:{ /msg $chan 4Slaps $2- around a bit with a large trout }
on *:text:!owner*:#:{ /msg $chan 10Hello dear $nick thanks to downlaod my script::This is version 1.0 }

Comments

Sign in to comment.
Hackemate   -  Nov 28, 2004

Thanks for all of you for the help well is my first script

 Respond  
LIQUID_NiTrO   -  Nov 24, 2004

/mode $chan +vvvvvvvvvv - $2 <---why so many modes if it\'s only capable of satisfying one person??? Try using while loops and local variables to find the number of args passed and add a +v for each one.

 Respond  
LIQUID_NiTrO   -  Nov 13, 2004

poorly coded and rather useless. Why would you want to type something in a channel like !voice? I can understand a /voice alias I guess but...

 Respond  
Bamargera   -  Nov 13, 2004

Alright, one little thing though, else { /msg # 4 sorry you dont have access to that Command } would you really like so the all of the channel sees that $nick cannt use the command, try to use .notice instead of /msg , thats all i can say otherwise not bad .

 Respond  
KuTsuM   -  Nov 12, 2004

if ( isin $nick) ... try changing yourname to $me

 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.