Differences between revisions 1 and 2
Revision 1 as of 2017-11-03 10:00:25
Size: 3096
Editor: Alkani
Comment: CAA - Initial Commit
Revision 2 as of 2018-09-28 17:43:33
Size: 3100
Editor: Alkani
Comment: CAA - Basic correction on the description of the whospecies link
Deletions are marked like this. Additions are marked like this.
Line 121: Line 121:
[[Commands/Globals/whospec|whospecies]] - These links should point to pages inside the wiki [[Commands/Globals/whospec|whospecies]] - Get basic information for who is in the room with you

Who

Command Information

Keyword

 WHO 

Type

 BuiltIn 

Arguments

 <player> 

Aliases

 who 

Usage

 WHO 

 WHO <player> 

Purpose

List the individuals currently logged in to the SpinDizzy MUCK or in the current room.

Syntax

To list all of the individuals currently logged in to the SpinDizzy MUCK:

  •  WHO 

To get specific information about an individual currently logged in to the SpinDizzy MUCK:

  •  WHO <player> 

To get player information for the current room, including idle, sleeping, and active players:

  •  who 

Parameters

<player>

  • The name of the logged-in person you want information on

Examples

Example 1

If Lepus wanted to get information on who was logged in to the SpinDizzy MUCK, they would type:

  •  WHO 

Lepus would see:

  • Player Name           On For Idle   Doing...
    Alkani                 00:08   0s @
    Jaxen                  00:47  46m @
    Morticon               00:51   1m @
    Lepus                  01:00   0s @
    4 players are connected.  (Max was 9999)

Example 2

If Alkani wanted specific information on Lepus, who was currently logged into the MUCK, he would type:

  •  WHO Lepus 

Alkani would see the following:

  • Player Name           On For Idle   Doing...
    Lepus                 01:02   5m @
    4 players are connected.  (Max was 9999)

Example 3

If Morticon, who is a wizard, wanted to get information for Alkani, he would type:

  •  WHO Alkani 

Morticon would see:

  • Player Name           On For Idle   Host
    Alkani                 00:21   37s  192.168.0.1
    4 players are connected.  (Max was 9999)

Example 4

If Alkani wanted to get general information about the others present in the current room, he would type:

  •  who 

Alkani would see:

  • You are the only one awake here.
    The idlers here are Jaxen[6m], Lepus[1m], and Morticon[3m].
    There are no sleepers here.

Caveats

It is not well understood whether or not the  who  and  WHO  commands are part of the same command. They are, therefore, being combined under the same entry for now.

Wizards can see a player's connecting system host name or IP address in addition to the other displayed information.

Leveraging  who  for viewing the individuals in the room is less efficient than using the global command whospecies.

whospecies - Get basic information for who is in the room with you

Parent Topic

List of SpinDizzy MUCK System Built-In and Local Commands


CategoryBuiltincmd CategoryBasiccmd

Commands/BuiltIn/who (last edited 2018-09-28 17:43:33 by Alkani)