there's the "me:" prefix in remote events, which makes it only activate if it was triggered by yourself. so you can do stuff like
Code:
on me:*:join:#:msg $chan Ashkrynt in da house!

instead of needing an explicit if ($nick == $me) smile