Hi,
i edited \Scripts\Gumps\WhoGump.cs with:
CommandSystem.Register("Who", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand));
CommandSystem.Register("WhoList", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand))
Changing the accesslevel, so that all players can...