X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fcommand.py;h=2eaf3832e5cd76bfe449ec2e3a4dbdccbbbc1c06;hp=14640dab3f787260761a65212dffddb175123d28;hb=943df51673c1d17b29112792ff529bfbc529a42b;hpb=09f2c82b62bd4060474ddcd6bb078f398b38747c 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."