on *:TEXT:!page*:#:{ 
  if ($istok($2-,|,32) == $true) { msg $chan $+($nick,...) you are using an invalid character }
  else {
    write page.txt Page By $nick $+ : $remove($2-,/,$) 
    msg $chan Page added $nick
  } 
}
Ultimately I would remove the chars | / $ from the picture