mIRC Home    About    Download    Register    News    Help

Print Thread
#21344 28/04/03 01:18 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
can someone direct me to a site where i can download an auto-voice script. so everyone who enters the channel gets voiced

#21345 28/04/03 01:34 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#21346 28/04/03 01:44 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
how do i put this into a script and execute it

#21347 28/04/03 01:45 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Open mirc, press alr+r, and paste. Thats it, really! grin


-KingTomato
#21348 28/04/03 02:00 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
it dont work what have i done wrong frown
heres a copy of the file
http://www.angelfire.com/ultra/mohaacheatz/Raws.ini

#21349 28/04/03 02:02 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Try putting it at the top. You might have a {} matching problem in your raws, that is causing it to skip over it.


-KingTomato
#21350 28/04/03 02:05 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/help Auto-Voice List


Code:
//if ( khaled isgod ) echo yes | else echo no
#21351 28/04/03 02:14 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
nope still dont work frown confused

#21352 28/04/03 02:47 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Not to insult your intelligence, but are you opped on the channel? confused


-KingTomato
#21353 28/04/03 02:51 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
yes
u have just insulted my intelligence lol
i can voice people manually but i want to voice them automatically

Last edited by very_confused; 28/04/03 02:53 PM.
#21354 28/04/03 03:00 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#21355 28/04/03 03:02 PM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
thanx it work fine now

#21356 28/04/03 03:24 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#21357 28/04/03 03:26 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#21358 01/05/03 02:19 AM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
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 } 

#21359 22/12/04 09:17 PM
Joined: Dec 2004
Posts: 1
B
Mostly harmless
Offline
Mostly harmless
B
Joined: Dec 2004
Posts: 1
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!


Link Copied to Clipboard