You can force Hackman to run your plugin (if desired) when the main program starts. You are advised though, to provide an option to the user to prevent your plugin from running each time that Hackman starts. To accomplish this task, at the extra line of the plugin's script file, enter startup:
extra=startup
Note that the extra line is reserved usually for help, so if your plugin uses this line for starting itself automatically, you won't be able to provide help to users.
Back.