I started writing a MUD eggdrop Python script yesterday (for those of you who don't know, that's a MUD client that runs only on triggers, with no console for you to send data to the mud).
It is largely compatible with MUSHclient (not fully because, e.g. you have to change %1 to \1, regexps from perl-style to python-style, and well, it doesn't support that many of MC's features yet), and it currently has logging, triggers, Python scripting and plugins support.
This will essentially allow you to run your bots/plugins without loading MUSHclient, and you can do it from a shell account as well, since python is portable.
I don't know if you guys are interested, I just wanted to test the waters, just reply if you are and I'll upload a version of it somewhere for you to test.
It is largely compatible with MUSHclient (not fully because, e.g. you have to change %1 to \1, regexps from perl-style to python-style, and well, it doesn't support that many of MC's features yet), and it currently has logging, triggers, Python scripting and plugins support.
This will essentially allow you to run your bots/plugins without loading MUSHclient, and you can do it from a shell account as well, since python is portable.
I don't know if you guys are interested, I just wanted to test the waters, just reply if you are and I'll upload a version of it somewhere for you to test.