Top

Auto-Voice


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  1.0
Scores Submitted  2
Date Added  May 25, 2007
Last Updated  May 25, 2007
Tags  halting  no 
  Bookmark and Share

Introduction

You can add halting to it or what ever and also where it says #yourchannel you will need to stick your roomname or leave it as just #

Grab the Code

Comments

  (5)  RSS
cantseeme
Comments: 48
 
mIRC Snippet:  Auto-Voice
Posted on May 25, 2007 7:07 pm
why do you post this very simple script?
|MELIORITE|
Comments: 144
 
mIRC Snippet:  Auto-Voice
Posted on May 26, 2007 4:49 am
For such a general snippet you might not have bothered limiting it to one channel. also you\'re going to get an error message unless you\'re an operator...
Code:
on *:join:#: {
  if ($me isop $chan) {mode $chan +v $nick }
for example...
HeLL_MasTeR
Comments: 38
 
mIRC Snippet:  Auto-Voice
Posted on May 26, 2007 5:15 am
You nerd cantseeme..?? You Right |MELIORITE
Callison1
Comments: 130
 
mIRC Snippet:  Auto-Voice
Posted on May 26, 2007 6:08 am
Why call cantseeme a nerd? It is a very simple script
cantseeme
Comments: 48
 
mIRC Snippet:  Auto-Voice
Posted on May 27, 2007 12:18 pm
I don\'t intend to piss people off and make them mad, but please put some work and effort into your work. You want something to be proud of, not some simple script that any nub can make, and that we\'ve seen a thousand times.

Please Register or Login to start posting comments.
Bottom