diff --git a/evennia/commands/default/tests.py b/evennia/commands/default/tests.py index 7956d7f73f..bca478ba5e 100644 --- a/evennia/commands/default/tests.py +++ b/evennia/commands/default/tests.py @@ -180,7 +180,7 @@ class TestPlayer(CommandTest): self.call(player.CmdPassword(), "testpassword = testpassword", "Password changed.", caller=self.player) def test_option(self): - self.call(player.CmdOption(), "", "Encoding:", caller=self.player) + self.call(player.CmdOption(), "", "Client settings", caller=self.player) def test_who(self): self.call(player.CmdWho(), "", "Players:", caller=self.player) diff --git a/evennia/server/inputfuncs.py b/evennia/server/inputfuncs.py index 439d9e7c28..2bb26a0857 100644 --- a/evennia/server/inputfuncs.py +++ b/evennia/server/inputfuncs.py @@ -188,6 +188,8 @@ def get_value(session, *args, **kwargs): """ + + def repeat(session, *args, **kwargs): """ Call a named