He's talking about the "me:" prefix:

Code:
on me:*:op:#:{ do stuff }


This is equivalent to:

Code:
on *:op:#:{
  if ($nick == $me) { do stuff } 
}