The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::FonBot::Plugin::BitlBee - FonBot plugin that provides the BitlBee user interface

SYNOPSIS

    use App::FonBot::Plugin::BitlBee;
    App::FonBot::Plugin::BitlBee->init;

    END { App::FonBot::Plugin::BitlBee->fini }

DESCRIPTION

This is one of the two implementations of App::FonBot::Plugin::IRC. It identifies with a bitlbee server, accepts all buddy requests and processes received commands.

CONFIGURATION VARIABLES

These are the App::FonBot::Plugin::Config configuration variables used in this module

$bitlbee_enabled

If false, the BitlBee plugin is disabled.

$bitlbee_nick

BitlBee nickname

$bilbee_server

BitlBee server hostname

$bitlbee_port

BitlBee server port

$bitlbee_password

BitlBee identify password

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright 2013-2015 Marius Gavrilescu

This file is part of fonbotd.

fonbotd is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

fonbotd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with fonbotd. If not, see <http://www.gnu.org/licenses/>