Add @who command - show connected players with location and idle time
This commit is contained in:
@@ -18,7 +18,7 @@ from evennia import default_cmds
|
||||
from commands.command import (
|
||||
CmdExamine, CmdRooms,
|
||||
CmdStatus, CmdMap, CmdAcademy,
|
||||
CmdSmell, CmdListen,
|
||||
CmdSmell, CmdListen, CmdWho,
|
||||
)
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
|
||||
self.add(CmdAcademy)
|
||||
self.add(CmdSmell)
|
||||
self.add(CmdListen)
|
||||
self.add(CmdWho)
|
||||
|
||||
|
||||
class AccountCmdSet(default_cmds.AccountCmdSet):
|
||||
|
||||
Reference in New Issue
Block a user