mIRC Home    About    Download    Register    News    Help

Print Thread
#38472 26/07/03 08:03 PM
E
eendje
eendje
E
Well. I am trying to design some script which automatics says some line, when a specified nick joins a channel.
I know it aint one of the hardest. but i think i need some help on the level thing:).

Code:
 
on (level):Join:#:{ //msg $chan Welcome $nick } 


I think, the lvl must be the name of the nick or something, but i dont even know if its the real problem.
So. please help:)

Joined: Dec 2002
Posts: 109
T
Vogon poet
Offline
Vogon poet
T
Joined: Dec 2002
Posts: 109
Go into mIRC and type /help levels

That'll explain to you about access levels.

Joined: Dec 2002
Posts: 416
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 416
using this code you have to set the level of the nick to the same level of tthe code should work.
put something like this in your popup nicklist to manually add the nicks you want the msg to go to

Auto Greet
.Add $$1 To Auto Greet: { .guser 5 $$1 }
.-
.Remove $$1 From Auto Greet: { .ruser 5 $$1 }
.-
.Clear All Auto Greet: { .rlevel 5 }



code:--------------------------------------------------------------------------------
on 5:Join:#:{ //msg $chan Welcome $nick }

--------------------------------------------------------------------------------




Link Copied to Clipboard