summaryrefslogtreecommitdiffstats
path: root/INF/ILO2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/ILO2.pm')
-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} } );
}