mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 168
M
Macondo Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Sep 2003
Posts: 168
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:

Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
on *!:join:#:{
if ($nick == thenickname) { msg $nick ... }
}

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


Link Copied to Clipboard