The connecting menu lists some options for auto-connect with name/passwd. While what I want is just connecting to the mud server without login user id as I'd like to decide which id to be login at the time staring MCL.
The ctrl+k solution is also an interactive operation which depends on manual behavior. It can not be used by automation robot.
Suppose I'm running automation script to do some job in mud game. The mush suddenly disconnected for network issue. How can I get the mush reconnect to the mud server once the network is recovered without manual operation?
Basically a plugin can check for a disconnect in the OnPluginDisconnect function, and then do a reconnect. That plugin enables a timer which keeps attempting to reconnect.