libbot-basicbot-pluggable-perl 1.20-3 source package in Ubuntu

Changelog

libbot-basicbot-pluggable-perl (1.20-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:36:55 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbot-basicbot-pluggable-perl_1.20-3.dsc 2.6 KiB 1418ec5e3d4a5113b741f8d10a14e7a3a986f7396dda2c9827ef9fe5581c4f36
libbot-basicbot-pluggable-perl_1.20.orig.tar.gz 68.4 KiB fcac04718afa2ca2c37967b4d571aff6d59b815ad2cf9fadb89f78a8aa4edca3
libbot-basicbot-pluggable-perl_1.20-3.debian.tar.xz 4.6 KiB 49b8d053e6770cefdae764f6f338f76b752dbe11f2ac3d35ec81dcd6a1eba529

Available diffs

No changes file available.

Binary packages built by this source

libbot-basicbot-pluggable-perl: extended simple IRC bot for pluggable modules

 Bot::BasicBot::Pluggable started as Yet Another Infobot replacement,
 but now is a generalized framework for writing infobot-type bots that
 lets you keep each specific function separate. You can have separate modules
 for factoid tracking, 'seen' status, karma, googling, etc.
 Included default modules are:
 .
  Auth - user authentication and main access.
  DNS - host lookup (e.g. nslookup and dns).
  Google - search Google for things.
  Infobot - handles infobot-style factoids.
  Join - joins and leaves channels.
  Karma - tracks the popularity of things.
  Loader - loads and unloads modules as bot commands.
  Seen - tells you when people were last seen.
  Title - gets the title of URLs mentioned in channel.
  Vars - changes module variables.