BLocking /me actions
Posted: Wed Jul 16, 2008 3:52 pm
It's been ages since someone posted anything in here /ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' />
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
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?
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?