in reply to Re^3: Using IO::Socket to login to a server
in thread Using IO::Socket to login to a server

THe server is SSH.
That means that the client have to log in to a SSH server then
connect to the chat server using IO::Socket::INET
This doesnt seem very reasonable, if not impossible.
  • Comment on Re^4: Using IO::Socket to login to a server