Auto Voicer By EcKstasy

By EcKstasy on Apr 09, 2008

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 :)

Comments

Sign in to comment.
napa182   -  Apr 17, 2008

Phrawger928 said:

Couldn\'t you just use on *:join:#chanhere: { /mode +v $nick $chan } ?

um the format would be:

on *:join:#chanhere:{ mode $chan +v $nick }

but if the server you are on has chanserv you can just type in the channel:

/msg chanserv levels #channel set autovoice -1

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

 Respond  
Phrawger928   -  Apr 17, 2008

Couldn\'t you just use on *:join:#chanhere: { /mode +v $nick $chan } ?

 Respond  
Jonesy44   -  Apr 09, 2008

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

 Respond  
EL   -  Apr 09, 2008

y0 Napa,Do can we go into the negatives with ratings yet O_o?

 Respond  
napa182   -  Apr 09, 2008

well you can also use if the server you are on has chanserv

/msg chanserv levels #channel set autovoice -1
 Respond  
EcKstasy   -  Apr 09, 2008

for a smaller code you can also use

on 1:JOIN:#: { if ($chan == #ChannelNameHere ) { mode #ChannelNameHere +v $nick } }

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.