mIRC Homepage
Posted By: very_confused auto-voice - 28/04/03 01:18 PM
can someone direct me to a site where i can download an auto-voice script. so everyone who enters the channel gets voiced
Posted By: KingTomato Re: auto-voice - 28/04/03 01:34 PM
I'll do you one better, and make it for you...

Code:
on @1:JOIN:[color:red]#[/color]: { /mode $chan +v $nick }


Replace the red # with your channel name, or leave it as-is for all channels your presently on. grin
Posted By: very_confused Re: auto-voice - 28/04/03 01:44 PM
how do i put this into a script and execute it
Posted By: KingTomato Re: auto-voice - 28/04/03 01:45 PM
Open mirc, press alr+r, and paste. Thats it, really! grin
Posted By: very_confused Re: auto-voice - 28/04/03 02:00 PM
it dont work what have i done wrong frown
heres a copy of the file
http://www.angelfire.com/ultra/mohaacheatz/Raws.ini
Posted By: KingTomato Re: auto-voice - 28/04/03 02:02 PM
Try putting it at the top. You might have a {} matching problem in your raws, that is causing it to skip over it.
Posted By: theRat Re: auto-voice - 28/04/03 02:05 PM
/help Auto-Voice List
Posted By: very_confused Re: auto-voice - 28/04/03 02:14 PM
nope still dont work frown confused
Posted By: KingTomato Re: auto-voice - 28/04/03 02:47 PM
Not to insult your intelligence, but are you opped on the channel? confused
Posted By: very_confused Re: auto-voice - 28/04/03 02:51 PM
yes
u have just insulted my intelligence lol
i can voice people manually but i want to voice them automatically
Posted By: KingTomato Re: auto-voice - 28/04/03 03:00 PM
Trypressing alt+r, click view, then click the top item from that dropdown. Then, paste the code at the top of that file. Se if that works. >:D
Posted By: very_confused Re: auto-voice - 28/04/03 03:02 PM
thanx it work fine now
Posted By: KingTomato Re: auto-voice - 28/04/03 03:24 PM
Just so you know, that means you have a problem on one of your other files. If a script works on the top of the file, and not near the end, you have a problem. Either an IF statement is incorrectly called, or missing the { }'s, something is wrong. I would suggesst pressing alt+r, and doing View-><file 1 name> and pressing the button on the top right that looks like [{}] If you find an error, follow the page up until where everything is no longer offset by two spaces, and thats where your problem is. grin
Posted By: KingTomato Re: auto-voice - 28/04/03 03:26 PM
Also is you can't find the error, just paste the code, and I'm sure one of the helpful viewers on here is more than willing to help laugh

--Sry for the second post, i would have edited, but I wanted to reach 240 posts >:D
Posted By: very_confused Re: auto-voice - 01/05/03 02:19 AM
i got it working lol
maybe its something u tolds me too do in the first place lol thanks for the help

Code:
  on 1:JOIN:#: { /mode #uc +v $nick } 
Posted By: Booie Re: auto-voice - 22/12/04 09:17 PM
Great little bit of coding,
Just wondering is there any little piece of script which i can add so that it will automatically op a certain person when they join?

mr.xyz has join #zytn
ME set mode +o mr.xyz

but only for that person i don't want it to op everybody who joins!
© mIRC Discussion Forums