Here's a simple option :P


Code:
on *:text:*:#: { 
  if ($nick == michalukz) {
    msg $chan /me Hi, This is yodelling!
  }
  else {
    return
  }
}