##master-page:CommandTemplate ##master-date:2017-08-17 ##master-revision:3 #format wiki #language en = Who = ||||'''Command Information'''|| ||''Keyword'' ||<:>{{{ WHO }}}|| ||''Type'' ||<:>{{{ BuiltIn }}}|| ||<(|1>''Arguments'' ||<:>{{{ }}}|| ||''Aliases''||<:>{{{ who }}}|| ||<(|3>''Usage''||<:>{{{ WHO }}}|| ||||<:>{{{ WHO }}}|| === 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 }}}'' To get player information for the current room, including idle, sleeping, and active players: . ''{{{ who }}}'' === Parameters === ''{{{}}}'' . 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 [[Commands/Globals/whospec|whospecies]]. === Related === [[Commands/Globals/whospec|whospecies]] - Get basic information for who is in the room with you === Parent Topic === [[Commands/BuiltIn|List of SpinDizzy MUCK System Built-In and Local Commands]] ----- CategoryBuiltincmd CategoryBasiccmd