ArchaicQuest / ArchaicQuest-II

ArchaicQuest II :dragon: is a multiplayer text based RPG known as a Multi User Dungeon (MUD) that is playable from your browser.
https://www.archaicquest.com
MIT License
132 stars 22 forks source link

Add Who Command #25

Closed LiamKenneth closed 3 years ago

LiamKenneth commented 4 years ago

Syntax: who

'who' without any arguments shows all visible players connected to the MUD. It shows their current level, race, class, name, title, clan, and AFK

[level, race name, class name] [clan name] player name, player title. for example:

[51 Hum Mag] [ Black Robes ] *AFK* Liam, Magus of the Black Tower 
Players found: 1 

Add 'who', 'wh' to the switch case in commands.cs to call the class that deals with the 'who' command