mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 170
M
Macondo Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Sep 2003
Posts: 170
I know this might sound a stupid/newbie-like question, but I've never had the time to master (geesh, not even learn smirk!) mIRC scripting.
I'm trying to greet a specific user as soon as he/she joins a channel I'm in. Please notice it's a specific user, not every user that joins the channel. I've tried the "on join" part and all its variations, but I can't... any help would be greatly appreciated.

In peace and good thoughts,
/me

BTW, should this question have been in the Scripts & Popups part of the forum? :tongue:


Be nice to nerds. Chances are you'll end up working for one.
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
on *!:join:#:{
if ($nick == thenickname) { msg $nick ... }
}

Change the parts in red, and yes it should of been in the scripts and popups forum.


New username: hixxy

Link Copied to Clipboard