Module type Irc.Client_params


module type Client_params = sig .. end
Parameters needed to create a client.

val server : string
Address of the IRC server.
val port : int
Port of the IRC server.
val nick : string
Nick to use.
val realname : string
Realname.
val user : string
Username.
val host : string
Hostname.