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
you can remove all the /techo ,i don't mind :)
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:17 am
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 } }
on 1:JOIN:#: { if ($chan == #ChannelNameHere ) { mode #ChannelNameHere +v $nick } }
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:33 am
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 |
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 9, 2008 12:38 am
Posted on Apr 9, 2008 12:38 am
y0 Napa,Do can we go into the negatives with ratings yet O_o?
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 9, 2008 5:45 am
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
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
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 17, 2008 8:36 pm
Posted on Apr 17, 2008 8:36 pm
Couldn\'t you just use on *:join:#chanhere: { /mode +v $nick $chan } ?
mIRC Snippet:
Auto Voicer By EcKstasy
Posted on Apr 17, 2008 9:59 pm
Posted on Apr 17, 2008 9:59 pm
Phrawger928 said:
um the format would be:
but if the server you are on has chanserv you can just type in the channel:
and that will +v all registered nicks that join the channel.
| 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.








