Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Calculon.ConfigSourceUser-defined config
type t = {server : string;Address of the irc server
*)port : int;Port of the server
*)username : string;realname : string;nick : string;tls : bool;tls_cert : Ssl.certificate option;channel : string;Channel to join after the connexion to the server
*)state_file : string;Where plugins' state is stored
*)irc_log : irc_log;Log IRC events
*)log_level : Logs.level;Level of logging.
*)prefix : string;prefix for commands
*)}Default configuration:
parse conf args is the same as conf, but some command line arguments can override its fields