Skip to content

[M] 8.1.53

Latest
Compare
Choose a tag to compare
@prisems prisems released this 29 Dec 19:26
· 14 commits to main since this release
27e2d0b

8.1.53

New features

11 New Information Grabbers Added

-$CPU $CPUM $CPUS $CPU_SPD $CPU_FREQ $CPU_ARCH $IP $TIME $LOC $OS $USER . All of these functions print the information to console for example:
PRNT I have the ; %20 $CPU %20 PRNT CPU and it has ; %20 $CPUM %20 PRNT memory and it runs at a speed of ; %20 $CPU_SPD PRNT . ; Output:
I have the (CPU NAME) CPU and it has (CPU MEMORY) memory and it runs at a speed of (CPU(S) SPEED).

  • LINE ’ and ‘ SYST ’ changed to ‘ $LINE ’ and ‘ $SYST ’.
  • Edits to ‘ HELP ’ output.
  • 500 lines of code milestone!
  • Working to make NBAS’s tokens simpler and more effective has begun.

New Tokens

  • $CPU ’ prints CPU name.
  • $CPUM ’ prints CPU memory.
  • $CPUS ’ prints number of CPUs.
  • $CPU_SPD ’ prints CPU speed.
  • $CPU_FREQ ’ prints CPU frequency.
  • $CPU_ARCH ’ prints CPU architecture (if available).
  • $IP ’ prints IP address.
  • $TIME ’ prints time on server.
  • $LOC ’ prints location (country).
  • $OS ’ prints name of operating system.
  • $USER ’ prints host name.