any way it can be in this format and basically counteract this code?
Code:
on *:TEXT:!reg add*:#: {
  if ($nick !isop #) {
    write reglist.txt $$3
    msg $chan $$3 has been added to the regular list! 
  }
  if ($nick == TheYoungerGamer ) {
    write reglist.txt $$3
    msg $chan $$3 has been added to the regular list!
  }
}