hi;
Im trying to setup the auto-login feature, but my mud requires answering a question before username and password.
Do you want ANSI terminal support? (Y/n)
I did try configuring a on-connect automation hook, but it still occurs after the login.
Any thoughts other than manual login?
on-connect text
Re: on-connect text
An on-connect hook is probably the way to do that, but use the hook for the whole login process (answering the question and sending the user and password). Ignore the auto-login feature in this case.