This text is present on line 236 and will prevent any text events (beginning with an exclamation point) defined below it from triggering, additionally it won't log any commands defined above it.
on *:text:!*:#:{
write commandslog.txt $nick $+ : $$1-
}