Top

Thx msg


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Jul 02, 2008
Last Updated  Jul 02, 2008
Tags  etc.  for  msg  op  owner  the  thx  voice 

Introduction

just post it in your remotes

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

Grab the Code

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

  (7)  RSS
EL
Comments: 1,125
 
mIRC Snippet:  Thx msg
Posted on Jul 2, 2008 4:12 pm
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.`-.-´
BlueThen
Comments: 391
 
mIRC Snippet:  Thx msg
Posted on Jul 2, 2008 4:18 pm
Do the "halt"s supposed to serve any purpose?
Eugenio
Comments: 1,193
 
mIRC Snippet:  Thx msg
Posted on Jul 2, 2008 4:38 pm
lawl @ EL with hes blody flood pro.....he has a point though -.-'
DragonFlare
Comments: 117
 
mIRC Snippet:  Thx msg
Posted on Aug 14, 2008 3:24 am
you could make it to were only ops can use it Umm

I.e
Code:
 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
}
Soulkeeper
Comments: 80
 
mIRC Snippet:  Thx msg
Posted on Aug 14, 2008 3:58 am
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
EL
Comments: 1,125
 
mIRC Snippet:  Thx msg
Posted on Aug 14, 2008 12:35 pm
LOL@SK,and wtf@ mode $chan +%@&~
napa182
Comments: 1,454
 
mIRC Snippet:  Thx msg
Posted on Aug 14, 2008 3:20 pm
DragonFlare said:
Quote:
you could make it to were only ops can use it Umm

I.e
Code:
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...

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom