summaryrefslogtreecommitdiffstats
path: root/INF/ILO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/ILO.pm')
-rw-r--r--INF/ILO.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/INF/ILO.pm b/INF/ILO.pm
index ba80dcf..577d0c6 100644
--- a/INF/ILO.pm
+++ b/INF/ILO.pm
@@ -204,7 +204,10 @@ sub view($) {
$self->login() unless defined $self->{skey};
- my $get = GET( $self->{ilo_url} . '/html/java_irc.html?lang=en', 'Cookie' => 'sessionKey=' . $self->{skey} );
+ my $get = GET(
+ $self->{ilo_url} . '/html/java_irc.html?lang=en',
+ 'Cookie' => 'sessionKey=' . $self->{skey}
+ );
my $res = $self->{ua}->request($get);