The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Infobot::Plugin::Query::Base - Base class for plugins

METHODS

init

Calls set_name

set_name

Grabs the priority from the config, and puts it somewhere safe. Then calls Infobot::Base's set_name with query as the category.

priority

Read-only accessor for the plugin's priority, set during set_name

SEE ALSO

The tutorial on writing Query plugins