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.. «♥ }
}