mIRC Home    About    Download    Register    News    Help

Print Thread
#267525 02/08/20 09:02 AM
Joined: May 2013
Posts: 140
R
raycomp Offline OP
Vogon poet
OP Offline
Vogon poet
R
Joined: May 2013
Posts: 140
I use a birthday script to wish user a happy birthday when entering channel on his birthday. Also to check when is users birthday and to calculate time to his next birthday etc.

I would like some script to change the topic when user enters the channel on his birthday. Any suggestions. I have tried this:

Quote

on *:join:#: {
if ($isbday($nick) == 1) msg # 4*Ta Da $nick !!, It is your birthday *• 5 Have a lovely day from all of us on #volwasseklets
/topic # ♥» So many candles…and no cake? !!POP!! bubbly.. $nick many more.. «♥ }
}

raycomp #267526 02/08/20 12:19 PM
Joined: May 2013
Posts: 140
R
raycomp Offline OP
Vogon poet
OP Offline
Vogon poet
R
Joined: May 2013
Posts: 140
Figured it out at last...


Link Copied to Clipboard