Yes, you could do the IT with menucmd in MPL or MPY if you wanted to (or directly from a menu of course). In MPL it would be:
Begin
MenuCmd('IT', '/addr=mybbs.com');
End.
I figured it out:
menucmd("IT", "/addr=games.bbslink.net /port=23")
One more question; Is there a way to pass arguments in to a .mpy script via data on a menu command?
One more question; Is there a way to pass arguments in to a .mpy script via data on a menu command?
MenuCmd('IT', '/addr=mybbs.com');
Yes, you can just add the arguments after the script name on the DATA command. Inside Python, just use "param_str" from mystic_bbs. For instance:
Command: GY
Data: script_name arg1 arg2
Then in the script:
value1 = param_str(1)
value2 = param_str(2)
MenuCmd('IT', '/addr=mybbs.com');
This hasn't ever worked for me, btw. It works in MPY, I think, but not MPL.
I can't seem to reproduce that issue. I tested telnet, rlogin and SSH with A45 in Linux and Windows yesterday from both a menu and MPL. I am not sure where to go with it. I did find that SSH outbound was broken
at one point recently and I have fixed that part but it wasn't specific
to MPL.
I can't seem to reproduce that issue. I tested telnet, rlogin and SS with A45 in Linux and Windows yesterday from both a menu and MPL. I not sure where to go with it. I did find that SSH outbound was broke at one point recently and I have fixed that part but it wasn't specif to MPL.
Excellent! I'll test it out in that case to see if it's also fixed on my end. Thanks! Perhaps it was something that was fixed at some point and I wasn't tracking.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 107 |
Nodes: | 16 (0 / 16) |
Uptime: | 08:18:14 |
Calls: | 5,846 |
Calls today: | 5 |
Files: | 8,497 |
D/L today: |
452 files (476M bytes) |
Messages: | 343,150 |
Posted today: | 1 |