Avoice 2.0

By Vortex on Jul 19, 2005

Alright it's back and edited. I kept geting Emails saying whenever someone joined a channel they didnt have OPs in, they'd get a message saying "You're not operated in " So now it's fixed.

[<< Avoice 2.0
[<< Edited
[<< Email me for any suggestions or something
[<< Thanks. =)
[<< (Yeah I added the isop part ^__^;)
[<<

 on *:JOIN:* {
  if ( $me isop $chan ) { mode $chan +v $nick }
 on *:QUIT:* {
 { msg $chan Man.. $nick just left.. }
 on *:BAN:* {
  if ( $me isop $chan ) { mode $chan -b $$1 | notice $$1 Dude, Don't ban me.. | mode $chan -o | mode $chan +b $$1 | msg $$1 Bye. :D! | kick $chan $$1 Har Har Har, Come back in awhile. | timer 1 3 | timer 3 5 | timer 5 7 | beep 1 | notice $me TIMES UP! }

[<< Heh, yeah alot of added things to it
[<< :)

Comments

Sign in to comment.
DeathRyder082   -  Aug 02, 2005

henrik maybe you just had a error there but what is
{
{
and what is uh that [ ?

 Respond  
supergeo   -  Jul 27, 2005

on @join checks if they\'re an op :)

 Respond  
Corne   -  Jul 20, 2005

You dont have to use a script to voice users on join. You can use mirc\'s voice script /help /avoice

 Respond  
DeathRyder082   -  Jul 20, 2005

i think we have seen similar things to this, no need for the same snippet in 10 or more different forms.

 Respond  
anthalus   -  Jul 19, 2005

You need to check if your are an op on the channel by either:

on @*:JOIN:

or

on :JOIN: {
if ( $me isop $chan ) {

 Respond  
Vortex   -  Jul 19, 2005

henrik, It\'s Auto-Voice. So when someone joins or when you join, it Voices them Automatically. o_o

 Respond  
henrikthesexy   -  Jul 19, 2005

what the hell is you posted to code for?? but anyway its okey.........
on :join: !@* [
mode $chan +v $nick
{
{
i think that to works..

 Respond  
brottor   -  Jul 19, 2005

no prob..

 Respond  
Vortex   -  Jul 19, 2005

My bad, brottor, but thanks for telling me that.

 Respond  
brottor   -  Jul 19, 2005

there is an extra } at the end...

 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.