NAME
App::FonBot::Plugin::OFTC - FonBot pluginthat provides the OFTC user interface
SYNOPSIS
use App::FonBot::Plugin::OFTC;
App::FonBot::Plugin::OFTC->init;
END {App::FonBot::Plugin::OFTC->fini};
DESCRIPTION
This is one of the two implementations of App::FonBot::Plugin::IRC
. It connects to OFTC, joins $oftc_channel
, identifies with NickServ using the $oftc_nickserv_password
password, and processes received commands.
CONFIGURATION VARIABLES
These are the App::FonBot::Plugin::Config configuration variables used in this module
$oftc_enabled
-
If false, the OFTC plugin is disabled.
$oftc_nick
-
IRC nickname.
@oftc_channels
-
List of channels to join.
$oftc_nickserv_password
-
Password to identify to NickServ with.
AUTHOR
Marius Gavrilescu <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright 2013 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/>