On 07/09/16, Fat Rastus said the following...
Hello,
I am still experimenting with the (IR) Outbound RLOGIN command. If I use
a Data line like this:
/addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword
I was expecting the User's Handle to be inserted at the MCI code but it
is not. it's sending TEST%U. Placeing a space between TEXT %U won't
work either.
Is this something that can be changed?
You could write an MPL to do it.
Uses User
GetThisUser
Var logname: String = 'TEXT'+Replace(UserAlias,' ','_')
Begin
MenuCmd('IR','/addr=twgs.mybbs.com:513 /user='+logname+' /pass=passwd')
End
"No matter where you go, there you are!" - Buckaroo Bonzai
--- Mystic BBS v1.12 A26 (Raspberry Pi)
* Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (46:1/116)