Your script/s does/do not work because you specify only one channel "#mark_paintball".

This means that the command/s will only work in that channel.
Use "#" instead of "#mark_paintball" to include all channels that your bot is connected to. smile

eg.

Code:
on *:text:*.com*:#:{
  ; Do stuff
}