Top

warning snippet


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  3
Date Added  Jan 25, 2007
Last Updated  Feb 03, 2007
Tags  own  protect  warn 
  Bookmark and Share

Introduction

just type !warn _nick_

updated, var for channel...you can now pm the bot for the same command.


tell me what you think about it, im always up for suggestions :)

Grab the Code

Comments

  (6)  RSS
Lindrian
Comments: 745
 
mIRC Snippet:  warning snippet
Posted on Jan 25, 2007 8:00 am
Why do you do the messages through the channel? why not like in a PM? on a open event for the BOT, if the nick is a OP in a specefied channel it will react :p. That would be better in my opinion :x.
Krobeluskill
Comments: 26
 
mIRC Snippet:  warning snippet
Posted on Jan 25, 2007 2:42 pm
You do know that this warns the nick that types !warn right? Unless you want it that way.
Aaron
Comments: 104
 
mIRC Snippet:  warning snippet
Posted on Jan 25, 2007 3:39 pm
i didnt add a if $2 == null :P dont know how
DarthReven
Comments: 468
 
mIRC Snippet:  warning snippet
Posted on Jan 25, 2007 5:52 pm
if $($+(%,warn.ban.,$nick),2) == 3 { Why? Barckets are fun: if ($($+(%,warn.ban.,$nick),2) == 3) {
Aaron
Comments: 104
 
mIRC Snippet:  warning snippet
Posted on Jan 26, 2007 5:50 am
ok i was stupid..it should work now
DarthReven
Comments: 468
 
mIRC Snippet:  warning snippet
Posted on Jan 26, 2007 6:07 am
i didn\'t say you were stupid in some cases (least in older versions of mirc) you could write a script w/o those.

Please Register or Login to start posting comments.
Bottom