Well here goes:
I want to block the /me actions other people send ( because they are bugging me with mp3 messages ... )
So far I tried this
[code]on *:action:*:#18-25:{
/haltdef
}[/code]
but this doesn't seem to work
However, if I place an echo event inside those brackets, to check if the on action works, I get the echo ...
Anyone?

