Maybe you can call a alias.
Code:
if ($nick == Nick1) { noop $tip($nick,Join,$nick joined $chan,5,,,echo,$wid) | user.joined }

alias user.joined { .echo -q $input($nick joined $chan,wo,Alert) }

If this result in the same error as befor, try use a timer with the code.
Code:
if ($nick == Nick1) { noop $tip($nick,Join,$nick joined $chan,5,,,echo,$wid) | .timeruser 1 1 user.joined }


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }