

To add a plug in to NetPlug :

+ Just drop the .pli in one of the plugins/ directory or sub directory
  (default search path is ". ~/.netplug /usr/local/lib/netplug" can be
   overriden in NETPLUG_PLUGINS env var)

+ The plugs in can do global changes (a bit risky)
  and should return (with a list command at the end of the .pli file) a
  list of 2 elements:
    + The name of the plugin
    + The name of the proc to call when the user clicks on the plugin button
    (empty string if the plugin does not want to show up as a button)

More will come about the API, meanwhile see the samples in plugins/ 
