Lpfix5 and FiberOPtics, you mixed up your format for using "me".
bwr30060, use:
on me:quit: { }
on me:part:#: { }
on me:join:#: { }
etc.
If you want it to work only when you're opped, just put @ in front like normal:
on @me:part:#: { }
"me" is a special prefix referring to you. You can use it instead of using * or 1 (or some other number/name) in that part of the event. Saves needing to use "if ($nick == $me) { }" in your code.