Top

PM BLOCKER 2.1


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  3
Date Added  Jul 04, 2008
Last Updated  Jul 05, 2008
Tags  blockpms  message 
  Bookmark and Share

Introduction

its easy to do this xD, go to tools and go to Script Editor and

go to remote and go to file and click NEW
and paste the Snippet Code in to the Editor Script

and click ok ^_^ this well help, when some pm you thay well get the message of, jj as block your message

and you well get a notice of saying,,, some one PM you, it was jj 
and you well get more info

HAVE FUN

Grab the Code

Comments

  (15)  RSS
EL
Comments: 1,400
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 4:39 pm
Missing a closing bracket and should add /close -m $nick.And whats does halt 0 do?.Also i d prolly logg everything in a @window and flash or beep when you get a PM instead of noticing yourself.`-.-´
Eugenio
Comments: 1,103
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 4:46 pm
ugh why the bloody hell do you notice yourself ?!?
definetly close the window otherwise the no point in having a blocker, I would have an @window incase your idle also beep and flash and mIRC isnt active......even write to a txt file.
BlueThen
Comments: 332
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 5:19 pm
You should use echo instead of notice.
AlexHopper
Comments: 21
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 6:22 pm
>_>
EL
Comments: 1,400
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 6:33 pm
<_<
Eugenio
Comments: 1,103
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 4, 2008 6:50 pm
^_^
napa182
Comments: 1,152
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 5:39 am
permissing?? dont you mean permission
EL
Comments: 1,400
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 5:57 am
;x
chadbdurham
Comments: 6
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 10:27 am
Just breathe on that one because I think its a little misplaced on the ratings...
EL
Comments: 1,400
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 11:52 am
Ima have to disagree with chaddurham on this is a 2 because it is in fact incomplete? Fix the last bracket the code does work,mite not be the best but it can work.I gave it a 5 only based on that.`-.-´
Eugenio
Comments: 1,103
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 11:59 am
to be fair the way it is atm is a max 4! you cant give it more than that, 2 is fair since its missing brackets and compared to the other P2P/PM blockers on this site this isnt really up to standard.
Vlada_bgd
Comments: 18
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 8:14 pm
To be honest, what is %ot for in this code???? And what is this blocking? I dont see any kind of blocking material....
AlexHopper
Comments: 21
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 8:20 pm
>_>
BlueThen
Comments: 332
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 5, 2008 8:21 pm
You should maybe update it and fix it... :|
DaNzO
Comments: 76
 
mIRC Snippet:  PM BLOCKER 2.1
Posted on Jul 20, 2008 1:37 pm
lol <code> on ^*:open:?:*: {
.timer 1 1 .msg $nick Sending Message... Please wait.
.timer 1 3 .msg $nick Error: Your message has been blocked.
.timer 1 5 .msg $nick Please refrain from PM'ing me without permission.
.echo $active .:::.:..::.:::.::::.:::.::::. PM Blocked .::::.:::.::::.:::.::.:.:::.
.echo $active  $me $+ ,7 $nick $+  sent you a PM but it was blocked.
.echo $active  $me $+  - The PM reads the following: $1-
set %ot $1-
halt 0
}
</code>

Just thought i'd spruse it up a little xD

Please Register or Login to start posting comments.
Bottom