gesslar / glpu

This is gLPU- a fork of LPUniversity mudlib. Handle with care. Or don't. Your call.
4 stars 1 forks source link

what is this 0? #95

Closed gesslar closed 1 month ago

gesslar commented 2 months ago

> gr gstatus Mongoose
[GR] Sending game status request for Mongoose
> 
0Response: ([ /* sizeof() == 9 */
  "supports" : ({ /* sizeof() == 4 */
      "channels",
gesslar commented 1 month ago

I guess it's fine now.

> gr gstatus Mongoose
○ Sending game status request for Mongoose
> 
0Response: ([ /* sizeof() == 9 */
  "supports" : ({ /* sizeof() == 4 */
      "channels",
      "players",
      "tells",
      "games"
    }),
  "channels" : ({ /* sizeof() == 2 */
      "gossip",
      "moo"
    }),
  "description" : "A group of friends building fun things together. Come join
us!",
  "player_online_count" : 4,
  "display_name" : "Project Mongoose",
  "game" : "Mongoose",
  "homepage_url" : "https://mongoose.moo.mud.org",
  "user_agent" : "LambdaMOO-ToastStunt 2.7.1",
  "connections" : ({ /* sizeof() == 1 */
      ([ /* sizeof() == 3 */
        "host" : "mongoose.moo.mud.org",
        "port" : 7777,
        "type" : "telnet",
      ])
    }),
])