I tried to use the chat remote event to halt the displaying of a message sent through DCC.. in other words, sort of like this:

Code:
on *:CHAT:*:{
  halt
}


Unfortunately, it's still displaying the message in the chat window.
I still want to recieve the DCC Chat messages, just not have them be displayed.

Am I doing something wrong, or is it just impossible?


Edit: I fixed the issue by making the user level ^* as opposed to *...

Last edited by ZorgonX; 25/05/06 10:52 PM.