Top

Auto Voicer By EcKstasy

+ 0 likes
Please Register to submit score.
Average Score  1.7
Scores Submitted  3
Date Added  Apr 09, 2008
Last Updated  Apr 09, 2008
Tags  auto  codes  eck  eckstasy  scripts  voicer 

Introduction

this is a simple code to auto voice a channel ,i only coded it on a request for one channel,so i thought i should put it here aswell for anyone else. (Don't forget to change #(CHANNELNAMEHERE) ,to the channel you want auto voiced,without the brackets, P.S,it only works when people join the channel then it auto voices the users.
you can remove all the /techo ,i don't mind :)

Grab the Code

Comments

  (6)  RSS
EcKstasy
Comments: 24
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:17 am
for a smaller code you can also use


on 1:JOIN:#: { if ($chan == #ChannelNameHere ) { mode #ChannelNameHere +v $nick } }
napa182
Comments: 953
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:33 am
well you can also use if the server you are on has chanserv
Code:
/msg chanserv levels #channel set autovoice -1
EL
Comments: 1,155
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:38 am
y0 Napa,Do can we go into the negatives with ratings yet O_o?
jonesy44
Comments: 852
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 9, 2008 5:45 am
lmfao, EcKstasy, just checking some of youor scripts.
You change your style for every script you \"make\". This one has \"/\" prefixed on each command, your other scripts don\'t .. seriously, wtf?

Lol@ EL :P
Phrawger928
Comments: 1
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 17, 2008 8:36 pm
Couldn\'t you just use on *:join:#chanhere: { /mode +v $nick $chan } ?
napa182
Comments: 953
 
mIRC Snippet:  Auto Voicer By EcKstasy
Posted on Apr 17, 2008 9:59 pm
Phrawger928 said:
Quote:
Couldn\'t you just use on *:join:#chanhere: { /mode +v $nick $chan } ?


um the format would be:
Code:
on *:join:#chanhere:{ mode $chan +v $nick }


but if the server you are on has chanserv you can just type in the channel:
Code:
/msg chanserv levels #channel set autovoice -1

and that will +v all registered nicks that join the channel.

Please Register or Login to start posting comments.
Bottom