mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
make Irssi::Irc usable without dcc
This commit is contained in:
parent
51322d6af1
commit
2012668bef
5 changed files with 169 additions and 82 deletions
|
|
@ -22,5 +22,11 @@ Irssi::Irc::init();
|
|||
|
||||
Irssi::EXPORT_ALL();
|
||||
|
||||
eval {
|
||||
local $@;
|
||||
require Irssi::Irc::Dcc;
|
||||
1;
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue