Top

Devoice On Talk


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Mar 15, 2007
Last Updated  Mar 16, 2007
Tags  devoice  protection  spam 
  Bookmark and Share

Introduction

Just a simple I made that automatically devoices any non-op when they talk while it's enabled and re-voices them when you disable the script.

To use: copy-and-paste into your remotes, then right-click on a channel window and select the associated option to enable the script for that channel. Right-click on the channel again and select the option to disable it.

If you find any bugs, let me know. It only works with one channel at a time. Only really useful on moderated channels.

Grab the Code

Comments

  (5)  RSS
no_body21
Comments: 76
 
mIRC Snippet:  Devoice On Talk
Posted on Mar 16, 2007 10:16 am
$nick !isop $chan

shouldn`t it be $nick isvo $chan
Teh Maestro
Comments: 22
 
mIRC Snippet:  Devoice On Talk
Posted on Mar 16, 2007 10:55 am
No_body21, no, if they aren't voiced they couldn't talk in the first place (since this is obviously for moderated channels), and if they're oped I assume they wouldn't be spamming.
no_body21
Comments: 76
 
mIRC Snippet:  Devoice On Talk
Posted on Mar 16, 2007 11:28 am
didn't see any info about moderated or not.
maybe if there is a simple words about moderated channel or not then i wouldn't post my comment.
and even if it's for moderated the right code is what i posted :D
Teh Maestro
Comments: 22
 
mIRC Snippet:  Devoice On Talk
Posted on Mar 16, 2007 12:13 pm
Well my line of thinking was that since non-voiced people cannot talk in a moderated channel, checking if they're voiced is unnecessary. I check if they're oped because 1) devoicing and op has no effect, and 2) it's assumed that the ops are well-known frequenters of the channel, and thus won't cause need for this script, whereas normal voiced people will.
no_body21
Comments: 76
 
mIRC Snippet:  Devoice On Talk
Posted on Mar 16, 2007 6:24 pm
if the code info is about devoicing users then the proper way to check is not checking if not op but checking if voiced.

Please Register or Login to start posting comments.
Bottom