make Irssi::Irc usable without dcc

This commit is contained in:
Ailin Nemui 2026-01-24 13:54:57 +01:00
commit 2012668bef
5 changed files with 169 additions and 82 deletions

View file

@ -22,5 +22,11 @@ Irssi::Irc::init();
Irssi::EXPORT_ALL();
eval {
local $@;
require Irssi::Irc::Dcc;
1;
};
1;