[code]
on *:INPUT:#:{
if ((!$ctrlenter) && (!$inpaste) && (*who iswm $1)) {
var %commandchar = $readini($mircini, text, commandchar)
if (($istok(/ %commandchar, $left($1, 1), 32)) && (($remove($1,/) == who) || ($remove($1,%commandchar)))) {
set -u5 %who.typed.text $2-
}
}
}
[code]
Thats something simple that detects u typing /who or //who or ///who etc and loads %who.typed.text with the following words for 5 seconds, then on the raws from the who you can compare it with the names listed in the var (if there is one)