Thx msg

By PrettyBoy333 on Jul 02, 2008

just post it in your remotes

it gives thx to the $nick that gave it op, or anything

on *:owner:#: {
  if ($nick != $me) && ($2 == $me) {     
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11T11hanks 8F0or 9T11he 9~4 $nick 7<-.¸¸.·´¯`·.¸¸.·´¯)
    halt
  }
}
on *:deowner:#: {
  if ($nick != $me) && ($2 == $me) {  
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11W11hy 8D11id 9Y11ou 9T11ake 9M8y 9~12 $nick ??7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}
on *:deop:#: {
  if ($nick != $me) && ($opnick == $me) {
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11W11hy 8D11id 9Y11ou 9T11ake 9M8y 9@12 $nick ??7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}
on *:op:#: {
  if ($nick != $me) && ($opnick == $me) {
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11T11hanks 8F0or 9T11he 9@4 $nick 7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}
on *:help:#: {
  if ($nick != $me) && ($hnick == $me) {
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11T11hanks 8F0or 9T11he 9%4 $nick 7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}
on *:dehelp:#: {
  if ($nick != $me) && ($hnick == $me) { 
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11W11hy 8D11id 9Y11ou 9T11ake 9M8y 9%12 $nick ??7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}
on *:Voice:#: {
  if ($nick != $me) && ($vnick == $me) {
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11T11hanks 8F0or 9T11he 9+4 $nick 7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt  
  }
}
on *:devoice:#: {
  if ($nick != $me) && ($vnick == $me) {
    msg $chan 7,1(¯`·.¸¸.·´¯`·.¸¸.->11W11hy 8D11id 9Y11ou 9T11ake 9M8y 9+12 $nick ??7<-.¸¸.·´¯`·.¸¸.·´¯)

    halt
  }
}

Comments

Sign in to comment.
napa182   -  Aug 14, 2008

DragonFlare said:

you could make it to were only ops can use it Umm

I.e

on *:Text:Owner:#:{
if ($nick isop $chan)
mode $chan +%@&~
msg $chan $me Has Made You An Owner
}
else msg $chan You Are Not An Op $nick Plzz Do Not Use This Command
}

um DragonFlare you have missed the whole point of this script
maybe you should read the Introduction or at lest test the snippet before you make a comment
Introduction:just post it in your remotes

it gives thx to the $nick that gave it op, or anything
all this is.. is a mode thanker script so if you get op'ed it thanks for the op...

 Respond  
EL   -  Aug 14, 2008

LOL@SK,and wtf@ mode $chan +%@&~

 Respond  
Soulkeeper   -  Aug 14, 2008

lolwut?

That wasn\'t even close to what this snippet was aiming for. >:|

I\'m going to suggest that you power down your machine for 24 hours, and go play outside. :D

 Respond  
DragonFlare   -  Aug 14, 2008

you could make it to were only ops can use it Umm

I.e

 on *:Text:Owner:#:{
if ($nick isop $chan)
mode $chan +%@&~
msg $chan $me Has Made You An Owner
}
else msg $chan You Are Not An Op $nick Plzz Do Not Use This Command
}
 Respond  
Eugenio   -  Jul 02, 2008

lawl @ EL with hes blody flood pro.....he has a point though -.-\'

 Respond  
BlueThen   -  Jul 02, 2008

Do the \"halt\"s supposed to serve any purpose?

 Respond  
EL   -  Jul 02, 2008

should use rawmode and add some flood protection so ppl dont abuse the code and flood you off the server and maybe add counters for fun maybe.`-.-´

 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.