Top

autovoicer for #fearless


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  1.0
Scores Submitted  1
Date Added  Mar 01, 2008
Last Updated  Mar 01, 2008
Tags  12321  autovoicer  david  fearless  for 
  Bookmark and Share

Introduction

autovoicer for the #fearless channel, made for my friend ||-David-||, upon personal request

Grab the Code

Comments

  (7)  RSS
HoNdAx707
Comments: 59
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 1, 2008 10:02 pm
Add ; to the begining of
Code:

//:Dont include any lines preceded by //: as theyre comments
//:Hope this helps david

and you dont need the \"/\"\'s or
Code:
 
else {}
napa182
Comments: 1,010
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 1, 2008 10:23 pm
so i take it the members of that channel all have \"[fs]\" in their nicks?
um you should check if you are +o or not maybe and also if it\'s just for that channel maybe make it only work on it.
Code:
on @*:join:#fearless:{ if ([fs] isin $nick) { mode # +v $nick } }
Callison1
Comments: 130
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 2, 2008 10:05 am
If you wanted to give this very basic script to one person, why did you use the snippet section of hawkee?
`AlphA^
Comments: 4
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 2, 2008 5:33 pm
not a very good script as you can just change your nick to get voice then change it back again.

try adding a on *:NICK:{ part to devoice them when the FS is removed
Ivanalicius
Comments: 18
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 3, 2008 2:36 pm
Code:

on *:JOIN:#fearless: {
mode $chan +v $nick
}


Better to use this
Lindrian
Comments: 748
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 3, 2008 2:48 pm
I would try the /avoice command built into mIRC.
SnoooP
Comments: 343
 
mIRC Snippet:  autovoicer for #fearless
Posted on Mar 4, 2008 10:37 pm
how many times has this happened now a auto voice script being posted.. lost count hehe

Please Register or Login to start posting comments.
Bottom