I want to alias a script that will execute a few commands before quiting the MUD. What I did was use World.send "quit" to initiate a quit on the server.
However, the auto-reconnect will think it's a server disconnect and auto reconnect for me. I tried putting World.disconnect after sending "quit" but it disconnects too quickly for me to see the final few text (which are sometimes important) from the server. Or in cases where I'm not allowed to quit, World.disconnect will disconnect me all the same.
However, the auto-reconnect will think it's a server disconnect and auto reconnect for me. I tried putting World.disconnect after sending "quit" but it disconnects too quickly for me to see the final few text (which are sometimes important) from the server. Or in cases where I'm not allowed to quit, World.disconnect will disconnect me all the same.