Thank You's

By Son_Goku on Nov 20, 2005

When you're voiced, oped, halfoped, ownered, ect it messages them with a thanks but then for instance if you're De-Voice, it would say
"Take away my -v(DeVoice) so I can't talk $nick $+ ? "

on *:RAWMODE:#:{
  if (($1 == -a) && ($2 == $me)) { msg # Erm, maybe I please have back my -a(DeAdmin) $nick $+ ?  }
  if (($1 == -o) && ($2 == $me)) { msg # Oh! Sorry, Please don't take away my -o(DeOperator) $nick $+ ! }
  if (($1 == -v) && ($2 == $me)) { msg # Take away my -v(DeVoice) so I can't talk $nick $+ ? }
  if (($1 == -h) && ($2 == $me)) { msg # Aww come on, not -h(DeHop) $nick $+ ! }
  if (($1 == -q) && ($2 == $me)) { msg # Shit, Now I can't own peole without -q(DeOwner) $nick $+ ! }
  if (($1 == +v) && ($2 == $me)) { msg # Thanks for the +v(Voice) $nick $+ ! }
  if (($1 == +o) && ($2 == $me)) { msg # Whoo! I get +o(Operator), Thanks $nick  $+ ! }
  if (($1 == +h) && ($2 == $me)) { msg # Aww, you can do better than a +h(HalfOp) $nick :( ! }
  if (($1 == +q) && ($2 == $me)) { msg # I own you all with +q(Owner) :) Thanks $nick $+ ! }
}
}

Comments

Sign in to comment.
PATX   -  Mar 13, 2009

criminal: i agree with you on the first part but then when u said a 7/10... no way man. that would be super annoying too! i mean when i voice ppl in my chan i do NOT want their bot speaking for no good reason and bragging about how many times they have been voiced. also i see where you come from Son_Goku: meaning that u use mirc to chat in instead of a bot and i thinks thats why i am disagreeing with you on this script :p

 Respond  
criminal   -  May 08, 2008

Totally unusefull and annoying.
Instead of msg # you can use say.
I would give it a 7/10 if you would add how many time\'s you have been oped,halfoped,...
( Inc %ops | say Thanks for the +o $nick $+ , i\'ve been oped %ops times! )

 Respond  
Son_Goku   -  Nov 20, 2005

Sorry about the little profanity, for the -q(DeOwner) part.

 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.