Mmucl Procedure

Name

unaction - Delete an action

Synopsis

unaction pattern

Description

Unaction deletes all actions that match the glob-pattern pattern.

Example

unaction "Renir grins at you"

Deletes a specific action.

unaction Renir*

Deletes any action that starts with Renir.

See Also

action


Home