The own text colour.

Code:
alias pnick {
  if (($1) && ($2)) {
    if ($gettok($readini($mircini, options, n2),30,44) == 1) {
      return $iif($left($nick($1,$2).pnick,1) != $left($2,1),$+($left($nick($1,$2).pnick,1),$2),$2)
    }
    else { return $2 }
  }
}


Forgot about that.


*edit*

This could be a mIRC bug? (Unless I'm wrong.)

Because if you remove " || ($window($active).type == chat)"

Then you get your default messages sent:

Quote:

[15:10:13] <Jigsy> !


But they go to the correct windows.

[/quote]
[15:10:13] (Jigsy) !
[/quote]

Last edited by Jigsy; 26/11/06 03:11 PM.