Thanx Messages

By TD on Nov 06, 2005

just a simple thanks for the op,hop,voice thingy

on *:owner:#: {
  if ($nick != $me) && ($2 == $me) {     
    msg $chan 7--=12Thx for the *Owner* (+q)7=--12 $nick
    halt
  }
}
on *:deowner:#: {
  if ($nick != $me) && ($2 == $me) {  
    msg $chan 07--=12Thx for nothing (-q)7=--12 $nick
    halt
  }
}
on *:deop:#: {
  if ($nick != $me) && ($opnick == $me) {
    msg $chan 07--=12Thx for nothing (-o)7=--12 $nick
    halt
  }
}
on *:op:#: {
  if ($nick != $me) && ($opnick == $me) {
    msg $chan 7--=12Thx for the *Op* (+o)7=--12 $nick 
    halt
  }
}
on *:help:#: {
  if ($nick != $me) && ($hnick == $me) {
    msg $chan 7--=12Thx for the *HalfOp* (+h)7=--12 $nick
    halt
  }
}
on *:dehelp:#: {
  if ($nick != $me) && ($hnick == $me) { 
    msg $chan 07--=12Thx for nothing (-h)7=--12 $nick
    halt
  }
}
on *:Voice:#: {
  if ($nick != $me) && ($vnick == $me) {
    msg $chan 7--=12Thx for the *Voice* (+v)7=--12 $nick
    halt  
  }
}
on *:devoice:#: {
  if ($nick != $me) && ($vnick == $me) {
    msg $chan 07--=12Thx for nothing (-v)7=--12 $nick
    halt
  }
}

Comments

Sign in to comment.
TD   -  Nov 07, 2005

fixed :D

 Respond  
brottor   -  Nov 07, 2005

EDIT:
\"on :owner:#: {
if ($nick == $me) { halt }
if ($2 == $me) {
/msg $chan 7--=12Thx for the
Owner* (+q)7=--12 $nick
halt
}
}\"

mIRC ignores any \"/\"\'s at the beginning, they just make it look \'messy.\' Although they dont hurt the script, any, i suggest you take them out. Also \"if ($nick == $me) { halt }
if ($2 == $me) {\" instead of both of those, just put a \"if ($nick != $me) && ($opnick == $me) msg $chan thx----\"

were we not used to be able to edit the posts?

 Respond  
brottor   -  Nov 07, 2005

\"on :owner:#: {
if ($nick == $me) { halt }
if ($2 == $me) {
/msg $chan 7--=12Thx for the
Owner* (+q)7=--12 $nick
halt
}
}\"

mIRC ignores any \"/\"\'s at the beginning, they just make it look \'messy.\' Although they dont hurt the script, any, i suggest you take them out. Also \"if ($nick == $me) { halt }
if ($2 == $me) {\" instead of both of those, just put a \"if ($nick != $me) msg $chan thx----\"

 Respond  
Whatever   -  Nov 06, 2005

Its pretty simple. But it works.

 Respond  
`Kazuma   -  Nov 06, 2005

Lol. pretty good.

 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.