Top

Thx msg


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

Introduction

just post it in your remotes

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

Grab the Code

Comments

  (7)  RSS
EL
Comments: 1,382
 
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: 321
 
mIRC Snippet:  Thx msg
Posted on Jul 2, 2008 4:18 pm
Do the "halt"s supposed to serve any purpose?
Eugenio
Comments: 1,097
 
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: 103
 
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: 84
 
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,382
 
mIRC Snippet:  Thx msg
Posted on Aug 14, 2008 12:35 pm
LOL@SK,and wtf@ mode $chan +%@&~
napa182
Comments: 1,143
 
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...

Please Register or Login to start posting comments.
Bottom