X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=plomrogue-server.py;h=73d7c232febc3edf7776b899b5e7a74c8cb72d32;hb=87e07e4f2e412215019c2526430d47b26e1aafa2;hp=871398068afad43523b8a4a60aec7b3eb480f250;hpb=5cab9d91ffd4e2d2f94fe4c6455a612bb99498e2;p=plomrogue diff --git a/plomrogue-server.py b/plomrogue-server.py index 8713980..73d7c23 100755 --- a/plomrogue-server.py +++ b/plomrogue-server.py @@ -394,7 +394,7 @@ def command_taname(name): else: print("Ignoring: Invalid action name.") else: - print("No thing action defined to manipulate yet.") + print("Ignoring: No thing action defined to manipulate yet.") # In contrast to the original,naming won't map a function to a ThingAction.