package calculon

  1. Overview
  2. Docs
module Command : sig ... end
module Config : sig ... end

User-defined config

module Core : sig ... end
module Log : sig ... end
module Lwt_err : sig ... end
module Plugin : sig ... end
module Plugin_factoids : sig ... end
module Plugin_history : sig ... end
module Plugin_social : sig ... end

Social: keeps a register "nick -> informations" up-to-date. The type contact can be extended to store new informations.

module Plugin_state : sig ... end
module Plugin_vote : sig ... end
module Prelude : sig ... end
module Run_main : sig ... end
module Signal : sig ... end
module Talk : sig ... end