= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Collection of Plugins
val create :
?cmd_help:bool ->
Config.t ->
plugin list ->
(t, string) Result.result Lwt.t
Create a collection of plugins, loading the state, initializing them.
val on_msg_l : t -> (Core.t -> Irc_message.t -> unit Lwt.t) list
List of callbacks called on each message
val reload : t -> (unit, string) Result.result Lwt.t
Reload state from disk
On This Page