You could use.
on *:OPEN:*:?: { whois $nick }
(Recommended)
From the help file.
The on OPEN event triggers for various events relating to the opening of a window of different types of windows.
on *:TEXT:*:?: { whois $nick }
Which would trigger everytime someone sends you a private message.
(Not recommended).
grin