mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-13 12:17:22 +01:00
Hack, no longer construct StdinReader.
This commit is contained in:
parent
0904e0c239
commit
a7ce1e8e30
@ -199,7 +199,7 @@ sub initialize($self, %conf) {
|
|||||||
$self->{plugins} = PBot::Core::Plugins->new(pbot => $self, %conf);
|
$self->{plugins} = PBot::Core::Plugins->new(pbot => $self, %conf);
|
||||||
$self->{process_manager} = PBot::Core::ProcessManager->new(pbot => $self, %conf);
|
$self->{process_manager} = PBot::Core::ProcessManager->new(pbot => $self, %conf);
|
||||||
$self->{select_handler} = PBot::Core::SelectHandler->new(pbot => $self, %conf);
|
$self->{select_handler} = PBot::Core::SelectHandler->new(pbot => $self, %conf);
|
||||||
$self->{stdin_reader} = PBot::Core::StdinReader->new(pbot => $self, %conf);
|
# $self->{stdin_reader} = PBot::Core::StdinReader->new(pbot => $self, %conf);
|
||||||
$self->{webpaste} = PBot::Core::WebPaste->new(pbot => $self, %conf);
|
$self->{webpaste} = PBot::Core::WebPaste->new(pbot => $self, %conf);
|
||||||
|
|
||||||
# load commands in Commands directory
|
# load commands in Commands directory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user