getPlugins

The tests that our server performs upon incoming comments are plugin based.

The available plugins are each applied to each incoming comment and the result will be used to decide if a comment is good or not.

If you wish you may disable some plugins, as described in the testComment documentation by passing an option string such as:

disable=badip

The getPlugins method is a simple one which just returns the names of the available plugins.

The Return Value

The return value of the function call is a single array containing the names of the plugins which are available for testing comments.