mIRC Home    About    Download    Register    News    Help

Print Thread
#38472 26/07/03 08:03 PM
Joined: Apr 2003
Posts: 42
E
eendje Offline OP
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Apr 2003
Posts: 42
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:)


---
signatures own
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.


<Ingo> I can't uninstall it, there seems to be some kind of "Uninstall Shield"
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
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 }

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






Intelligence: It's better to ask a stupid question, then to prove it by not asking....

Link Copied to Clipboard