limnoria

Table of Contents

  1. Description
  2. Setup
  3. Limitations
  4. Reference
  5. Development

Description

This module installs and manages Limnoria IRC bots.

It currently only support Debian.

Setup

Setup Requirements

This module needs:

Explicit dependencies can be found in the project's metadata.json file.

Getting started

Here is an example of a working configuration:

  class { 'limnoria': }

  limnoria::bot {
    'gforeman_grill_bot':
      server_fqdn    => 'irc.indymedia.org',
      server_name    => 'indymedia',
      nick           => 'gforeman_grill_bot',
      channels       => [ '#grill', '#foremanofficial' ],
      owner_info     => "gforeman's irc bot",
      sasl_password  => 'mysupersecretpassword',
      custom_options => {
        'supybot.plugins'                       => 'Web',
        'supybot.plugins.Web'                   => 'True',
        'supybot.plugins.Web.checkIgnored'      => 'True',
        'supybot.plugins.Web.public'            => 'True',
        'supybot.plugins.Web.snarfMultipleUrls' => 'True',
        'supybot.plugins.Web.snarferPrefix'     => '',
        'supybot.plugins.Web.titleSnarfer'      => 'True',
        'supybot.plugins.alwaysLoadImportant'   => 'False',
        };
    };

Limitations

This module won't configure NickServ for you on the IRC server of your choice. Should you desire to register your bot (you really should), please use the sasl functionality.

At the moment, this module only supports Debian 10.

Reference

The full reference documentation for this module may be found at on GitLab Pages.

Alternatively, you may build yourself the documentation using the puppet strings generate command. See the documentation for Puppet Strings for more information.

Development

This module's development is tracked on GitLab. Please submit issues and merge requests on the baldurmen/limnoria project page.