Auto-Mode Thanker v2.0

By sagargulati on Jun 25, 2012

Screenshots

Here is a simple auto mode thanker that will thank or scold the bot/user who changes user modes.

TO DO :

1) Go to the mIRC root folder and save it as "athanker.mrc" by enclosing to "All Files".
2) In mIRC load the script by "/load -rs athanker.mrc"
3) Done. It is ready to work.

Remember :
This is a re write from a old scratch.

Changes :
1) Added auto-thanker to multi-changes modes. (-qo etc.)
2) Added support to up and down. (-qo+v etc.)

BUG? Suggestion? Feel free ^_^

;- Auto-Mode Thanker v1.0
;- Written by Sagar/mInDfReAkEr/iLuSiOn
;- gs.mindfreakers.net #Hawkee

on *:load:{
  echo -at 11Auto-Mode Thanker v1.0 by Sagar/IlLuSiOn/MindFreaker loaded sucessfully.
}

on *:RAWMODE:#:{
  if (($1 == -a) && ($2 == $me)) { msg # 11Huh? Why? [&]13DeAdmin[a] :(14 Can I pleaseee have it back $nick $+ ? }
  if (($1 == -ao) && ($2 == $me)) { msg # 11Huh? Why? [&]13DeAdmin[a] :/14 Can I pleaseee have it back $nick $+ ? }
  if (($1 == -ao+v) && ($2 == $me)) { msg # 11Huh? Why? [&]13DeAdmin[a] :/14 Can I pleaseee have it back $nick $+ ? }
  if (($1 == -o) && ($2 == $me)) { msg # 4Omg! Sorry, Please don't [@]13DeOperator[o] :(14 me $nick $+ ! }
  if (($1 == -o+v) && ($2 == $me)) { msg # 4Omg! Sorry, Please don't [@]13DeOperator[o] :(14 me $nick $+ ! }
  if (($1 == -v) && ($2 == $me)) { msg # 6Awwwe come'on don't [+]13DeVoice[v] :x14 $nick $+ ! }
  if (($1 == -h) && ($2 == $me)) { msg # 7Okay? making me [%]13Halfop[h] :o14makes you happy $nick $+ ! }
  if (($1 == -h+v) && ($2 == $me)) { msg # 7Okay? making me [%]13Halfop[h] :o14makes you happy $nick $+ ! }
  if (($1 == -q) && ($2 == $me)) { msg # 9Damn, why did you [~]13DeOwner[q] :/14 me $nick $+ ! }
  if (($1 == -qo) && ($2 == $me)) { msg # 9Damn, why did you [~]13DeOwner[q] :(14 me $nick $+ ! }
  if (($1 == -qo+v) && ($2 == $me)) { msg # 9Damn, why did you [~]13DeOwner[q] :(14 me $nick $+ ! }
  if (($1 == +v) && ($2 == $me)) { msg # 6Thanks for the [+]13Voice[v] :)14 $nick $+ ! }
  if (($1 == +h) && ($2 == $me)) { msg # 7Thanks for the [%]13Halfop[h] :)14 $nick $+ ! }
  if (($1 == +o) && ($2 == $me)) { msg # 4Thanks for the [@]13Operator[o] :)14 $nick $+ ! }
  if (($1 == +a) && ($2 == $me)) { msg # 11Thanks for the [&]13Admin[a] :)14 $nick $+ ! }
  if (($1 == +ao) && ($2 == $me)) { msg # 11Thanks for the [&]13Admin[a] :)14 $nick $+ ! }
  if (($1 == +q) && ($2 == $me)) { msg # 9Thanks for the [~]13Owner[q] :)14 $nick $+ ! }
  if (($1 == +qo) && ($2 == $me)) { msg # 9Thanks for the [~]13Owner[q] :)14 $nick $+ ! }
}

Comments

Sign in to comment.
sagargulati   -  Jul 31, 2012

@xplo Thanks -.-

 Respond  
xplo   -  Jul 30, 2012

I just lost faith in humanity because of this piece of junk.
Badly coded, stupid replies, wrong mode matching...
0/10

 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.