Rename command.set to command.c_set
[mudpy.git] / mudpy / command.py
index 14640da..2eaf383 100644 (file)
@@ -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."