changed how module loads
This commit is contained in:
parent
10c04fbaae
commit
3767df26f9
2 changed files with 24 additions and 2 deletions
|
|
@ -4,8 +4,12 @@ use warnings;
|
|||
use POE;
|
||||
use POE::Component::IRC;
|
||||
use WWW::Telegram::BotAPI;
|
||||
require './.secrets.pm';
|
||||
|
||||
use Secrets qw(
|
||||
TELEGRAM_TOKEN
|
||||
TELEGRAM_USER_ID
|
||||
NICKSERV_PASSWORD
|
||||
IRC_CHANNEL
|
||||
);
|
||||
my $IRC_SERVER = '127.0.0.1';
|
||||
my $IRC_PORT = 6667;
|
||||
my $IRC_NICK = 'Jerry';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue