Only a single text event is ever triggered per file.

Code:
ON *:TEXT:*:#:{
  tokenize 32 $strip($1-,burci)


This captures all text and stops any text events below it from running. You will need to combine this with the other catch-all text event (below your other events) or move them to different files.

Also, don't put commands on the same line as an opening brace unless you're going to close the brace on the same line. And don't use braces where they aren't needed, like here:
Code:
{ top10 # }