TinyMUX

Hook cmd

Configuration

CONFIG PARAMETER: hook_cmd <command> <hooks/!hooks>

This admin parameter allows you to specify multiple hooks for commands or attributes in the .conf file or online via @admin. This is an alternative way to applying hooks besides the @hook command.

The following hooks exist:

- before      set up functionality BEFORE a command executes.
- after       set up functionality AFTER a command executes.
- permit      establish functionary lock of attribute/command.
- ignore      establish ignore inheritance of attribute/command.
- igswitch    specifies if command bypasses failed /switch notices.

For detailed information on how to set up hooks, please see wizhelp on: hook setup.

Related Topics: @hook, hook_obj, hook setup.