From 3ab4c3262f5f5dcb4a6a06ed7b7f1b6132143cfc Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 4 Sep 2001 16:31:59 +0000 Subject: Simple addition to subroutine 'start', which allows implementation of message players --- Ivy.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Ivy.pm b/Ivy.pm index 3f496a4..742aff5 100644 --- a/Ivy.pm +++ b/Ivy.pm @@ -7,7 +7,7 @@ # Authors: Alexandre Bustico # Stéphane Chatty # Hervé Damiano -# Christophe Mertz +# Christophe Mertz # # All functions # @@ -38,7 +38,7 @@ use Time::Gettimeofday; use vars qw($VERSION); -$VERSION = '4.7'; +$VERSION = '4.8'; ############################################################################# #### PROTOTYPES ##### @@ -639,6 +639,8 @@ sub start # callback pour traiter les demandes de cxion &$fileEventFunc ($self->[connSock], [\&_getConnections, $self]) ; + + return $self; } -- cgit v1.1