revert changed how module loads
This commit is contained in:
Gwyn 2026-03-04 14:53:26 -05:00
parent 7c911f33d8
commit 089f7653f7
2 changed files with 2 additions and 24 deletions

View file

@ -4,12 +4,8 @@ use warnings;
use POE;
use POE::Component::IRC;
use WWW::Telegram::BotAPI;
use Secrets qw(
TELEGRAM_TOKEN
TELEGRAM_USER_ID
NICKSERV_PASSWORD
IRC_CHANNEL
);
require './.secrets.pm';
my $IRC_SERVER = '127.0.0.1';
my $IRC_PORT = 6667;
my $IRC_NICK = 'Jerry';