-added !ip command (prints a client's external IP)
-fixed up the findall command -moved aliases to the manager -added admins page to view privileged users -fixed refactoring mistake with messages
This commit is contained in:
@ -15,5 +15,7 @@ namespace SharedLibrary.Interfaces
|
||||
AliasesDB GetAliasesDatabase();
|
||||
IList<Helpers.MessageToken> GetMessageTokens();
|
||||
IList<Player> GetActiveClients();
|
||||
IList<Player> GetAliasClients(Player player);
|
||||
IList<Aliases> GetAliases(Player player);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user