--- deliantra/Deliantra-Client/pod/command_help.pod 2006/08/14 04:15:04 1.3 +++ deliantra/Deliantra-Client/pod/command_help.pod 2006/09/14 19:19:09 1.7 @@ -1,3 +1,14 @@ +=begin comment + +*** +*** WARNING: +*** This file resides in both CFPlus/pod/ and server/pod/ +*** Only ever edit the version in CFPlus/pod/ and run +*** ./copy_pod inside server/pod/ to update that copy. +*** + +=end + =head1 Crossfire+ Command ListingX =head2 accept-invitation @@ -195,7 +206,7 @@ Drops weapons, bows, and arrows. =item B (armour) - + Drops armor, shield, and helmets. =item B @@ -283,6 +294,10 @@ =head2 ignore + ignore list + +Lists all players that you currently ignore. + ignore [timeout] This command ignores the specified messages (B ignores tells, @@ -296,10 +311,6 @@ To revoke an ignore, use the B command. -=head2 ignore list - -Lists all players that you currently ignore. - =head2 inventory Lists all items in your inventory along with their locked/applied/wielded @@ -735,15 +746,17 @@ =head2 rename -Changes the custom name of an item. - - rename to +Changes/removes the custom name of given item (or the marked one). -(Note: the angle brackets (<>) are mandatory and part of the syntax) + rename oldname to newname + rename "old item name" to "new item name" -If '' is omitted, defaults to marked item. +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 '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.