X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fcommand.py;h=2eaf3832e5cd76bfe449ec2e3a4dbdccbbbc1c06;hp=14640dab3f787260761a65212dffddb175123d28;hb=441a3b1816c93351b15ba23e94ce9a69e704907b;hpb=9aee27b99aec3c1a79703f305d777d0e12596071 diff --git a/mudpy/command.py b/mudpy/command.py index 14640da..2eaf383 100644 --- a/mudpy/command.py +++ b/mudpy/command.py @@ -1,6 +1,6 @@ """User command functions for the mudpy engine.""" -# Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, +# Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -341,7 +341,7 @@ def say(actor, parameters): actor.send("What do you want to say?") -def set(actor, parameters): +def c_set(actor, parameters): """Set a facet of an element.""" if not parameters: message = "You must specify an element, a facet and a value."