summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2017-08-30 09:48:05 +0100
committerroot <root@lamia.panaceas.james.local>2017-08-30 09:48:05 +0100
commit9f49028dfddfc822ef31977e6953bcf1c7fe1bf8 (patch)
treedbaa177680c18fe83f503684482e1d7ce3043cb9
parentc27dcf6f4331a861ed438a1021db887ef3d80d89 (diff)
downloadinf-9f49028dfddfc822ef31977e6953bcf1c7fe1bf8.tar.gz
inf-9f49028dfddfc822ef31977e6953bcf1c7fe1bf8.tar.bz2
inf-9f49028dfddfc822ef31977e6953bcf1c7fe1bf8.zip
actually logout of ilo2
-rw-r--r--INF/ILO2.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/INF/ILO2.pm b/INF/ILO2.pm
index ec8860f..c6e3887 100644
--- a/INF/ILO2.pm
+++ b/INF/ILO2.pm
@@ -134,6 +134,9 @@ sub logout($) {
print STDERR "failed to logout";
return -1;
}
+
+ print STDERR "Logged out of ILO2"
+
$self->{stoken} = undef;
}
@@ -314,8 +317,6 @@ sub view($) {
$self->{proxy_url} . "/html/java_irc.html"
);
- $self->logout;
-
kill 'TERM', ( @{ $self->{to_kill} } );
}
@@ -407,8 +408,6 @@ sub media($) {
$self->{proxy_url} . "/html/java_irc.html"
);
- $self->logout;
-
kill 'TERM', ( @{ $self->{to_kill} } );
}