Module Glt_common.Character
type id= stringtype nick= stringtype nicks= nick listtype time= (string * string) * (string * string)type time_here= timetype time_connect= timetype times_here= time_here listtype times_connect= time_connect listtype yes_proba= Time.t -> floattype naab_proba= floattype msg_proba= Time.t -> floattype t={id : id;nicks : nicks;times_here : times_here;times_connect : times_connect;yes_proba : yes_proba;naab_proba : naab_proba;generator : Omg.generator;msg_proba : msg_proba;default_msg_proba : float;}