irc-bot/client.mli

7 lines
212 B
OCaml
Raw Normal View History

type t
val write_command : t -> Command.t -> unit
val write : t -> string option -> string -> string list -> string option -> unit
val handle_connection : Dispatch.t -> Unix.file_descr -> Unix.sockaddr -> unit