icewolfz / jiMUD

MUD client for ShadowMUD.com using electron
http://www.shadowmud.com
7 stars 0 forks source link

New predefined variables #198

Open icewolfz opened 1 year ago

icewolfz commented 1 year ago

New variables that should be added/created

icewolfz commented 1 year ago

https://stackoverflow.com/questions/3653065/get-local-ip-address-in-node-js return ip, not sure how will do it as not sure how stable the "net" names are

icewolfz commented 1 year ago

version = MAJOR.MINOR.PATCH-CHANNEL version.major version.minor version.patch version.channel - if empty return normal?

icewolfz commented 1 year ago

last command and line are harder to implement then thought as the data could change even before the data is called and command is worse as the last command may be the command accessing the variable instead of the correct one