I have the following menu
Code:
menu * {
  Who2.1 : {
    set %chan $iif($chan,$v1,$null)
    .who2 $iif($snick(%chan,0),$snicks,$iif($nick,$nick))
  }
}
which works fine for the most part, however, if possible, I'd like it to automatically grab the nick of a person that sends me a pm. At the moment, if I select Who2.1 in a pm window, I still have to enter the name manually.