Commit Diff
--- lib/IRCNOW/IO/IRC.pm +++ lib/IRCNOW/IO/IRC.pm @@ -49,7 +49,7 @@ sub new { bless $self, $class; # Create the sockets - $self->{sockets} = createSockets(); + $self->{sockets} = $self->createSockets(); return $self; }
--- lib/IRCNOW/IO/IRC.pm +++ lib/IRCNOW/IO/IRC.pm @@ -49,7 +49,7 @@ sub new { bless $self, $class; # Create the sockets - $self->{sockets} = createSockets(); + $self->{sockets} = $self->createSockets(); return $self; }