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: Select all
on *:action:*:#18-25:{
/haltdef
}However, if I place an echo event inside those brackets, to check if the on action works, I get the echo ...
Anyone?

