Okey, utk tidak menghampakan bro Zek, ni remote nick completor yg pakcu pakai… Feel free to edit it 😉
alias ncomp { var %color = $+($base($r(2,14),10,10,2)) return $+($left($nick($1,$2).pnick,1),,%color,$left($2,1),,$mid($2,2,-1),,%color,$right($2,1),,$chr(44)) $3- } ON *:INPUT:*: { if ($left($1,1) == $chr(47) || $ctrlenter || $inpaste) { return } else { if ($chr(35) isin $active && c !isin $gettok($chan($active).mode,1,32)) { if ($1 ison $active) { msg $target $ncomp($active,$1,$2-) | halt } else { msg $target $1- | halt } } else { msg $target $1- | halt } } }