Top

Protect Protection


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 1 scores)
Date Added  Apr 04, 2008
Last Updated  Apr 04, 2008

Introduction

When someone Try To DeProtect They Cant ;) just click right click in main and u will set it On or Off!! enjoy

Grab the Code

Menu nicklist,channel {
 
  (¯`·._Protect Protection_.·´¯)
  .ON: .enable #Protect | /msg $chan 7(¯`·._ 4Protect 7Protection Is 4On 7_.·´¯)
  .OFF: .disable #Protect | /msg $chan 7(¯`·._ 4Protect 7Protection Is 4Off 7_.·´¯)
}
 
#Protect on
on *:rawmode:#: {
  if (-a isin $1-) && ($me isin $1-) {
    if ($nick == $me) { halt }
    else {
      cs protect # $me
    }
  }
}  
#Protect end
 

Comments

  (3)  RSS
mountaindew
Comments: 1,826
 
mIRC Snippet:  Protect Protection
Posted on Apr 4, 2008 1:59 pm
on !*:rawmode:#:{ would take care of the if ($nick == $me) { halt }
Shinkiro
Comments: 1
 
mIRC Snippet:  Protect Protection
Posted on Jun 4, 2009 6:45 pm
How would I set this to auto do it on all channels without having to set it in all of them?
SweeTCooL
Comments: 18
 
mIRC Snippet:  Protect Protection
Posted on Jun 28, 2009 1:17 pm
you just set it for on or off, it's for all channels.
and if u dont want to set to make it always set on just:

on *:rawmode:#: {
if (-a isin $1-) && ($me isin $1-) {
if ($nick == $me) { halt }
else {
cs protect # $me
}
}
}

Commenting Options

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

  
Bottom