I'd like to be able to control the chat-functionality of MUSHclient entirely using scripts, in this case Perlscript. I'd like to be able to remove any chat-output from the main window, and have it all go through my script before being displayed to the user.
What I'm trying to accomplish with this is a connection with an external Java-application I've written, allowing the Java-app to take over some of the nastier parts of my script, the parts that are becoming too complicated to work well with the blocking nature of scripts in MUSHclient. I'd like my script to be able to send data to other chat-users, and in return process the data returned from these users, all without bothering the user at the keyboard with more than the output the script decides he needs to see.
I've been looking at what's available right now, and either I'm misunderstanding the scripting-support mentioned in http://www.mushclient.com/mushclient/chat.htm , or this can't be done right now.
Any tips would be appreciated. :)
What I'm trying to accomplish with this is a connection with an external Java-application I've written, allowing the Java-app to take over some of the nastier parts of my script, the parts that are becoming too complicated to work well with the blocking nature of scripts in MUSHclient. I'd like my script to be able to send data to other chat-users, and in return process the data returned from these users, all without bothering the user at the keyboard with more than the output the script decides he needs to see.
I've been looking at what's available right now, and either I'm misunderstanding the scripting-support mentioned in http://www.mushclient.com/mushclient/chat.htm , or this can't be done right now.
Any tips would be appreciated. :)