IrcClient.this

Create a new unconnected IRC client.

If socket is provided, it must be an unconnected TCP socket. Provide an instance of $(RREF ssl, socket, SslSocket) to use SSL/TLS.

User information should be configured before connecting. Only the nick name can be changed after connecting. Event callbacks can be added both before and after connecting.

  1. this()
  2. this(Socket socket)
    class IrcClient
    this
    (
    Socket socket
    )

See Also

Meta