O.P. Script to parse user input
I am writing a script that will essentially create a new command for messenger. I know that messenger has slash commands. How do I add my script to the list of commands and pass it parameters?
If you can't pass parameters like that, I would like to scan the user's chat input and send the reformatted message. I have done this already, but it always sends the original message also, since I'm using the OnEvent_ChatWndSendMessage function. Is there any way I can intercept the user's input, modify it, then send it without displaying the user's original input?
|