= 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
History plugin
Keep the last n
lines of history on a chan, and give them to newcomers that ask for them
val plugin : ?default_len:int -> ?n:int -> unit -> Plugin.t
plugin for storing n
lines of history and giving them back in query to people who ask.
On This Page