--- deliantra/Deliantra-Client/pod/command_help.pod 2006/09/09 23:30:33 1.6 +++ deliantra/Deliantra-Client/pod/command_help.pod 2006/12/10 21:10:06 1.8 @@ -404,7 +404,7 @@ 'help traps for help with finding and disarming traps -=head2 killpets +=head2 killpets [name] The killpets command is a quick and convenient way to get rid of all your pets when they are no longer @@ -746,15 +746,17 @@ =head2 rename -Changes the custom name of an item. +Changes/removes the custom name of given item (or the marked one). - rename to + rename oldname to newname + rename "old item name" to "new item name" -(Note: the angle brackets (<>) are mandatory and part of the syntax) +If either of the names contain spaces, you have to use the C<">-form, +otherwise you can just write the name as-is. If you omit the old name, the +marked item will be used instead. -If '' is omitted, defaults to marked item. - -If 'to ' is omitted, clears the custom name. +If the new name is empty (i.e. C<"">), then the custom name will be +removed from the item. Note: maximum allowed name length is 127 characters.