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

bot

Exports functions returning information about the bot and its environment.

version

Description

Returns a string with the bot's version number.

channel-list

Description

Returns a list of the channels on the current network which the bot has joined. If provided a network name, will return the list of channels on that network instead. The network name must be one from the list provided by ``(network-list)``.

Usage

[<network name>]

Examples

(channel-list freenode)

network-list

Description

Returns a list of the networks to which the current instance of the bot is connected.