try this in remotes: (ALT + R)
Code:
on *:TEXT:*:?: {
  if (%pm. [ $+ [ $nick ] ] == $null) {
    set -u900 %pm. [ $+ [ $nick ] ] PM $Nick
    whois $nick
  }
}

*untested*


-Kurdish_Assass1n