package calculon

  1. Overview
  2. Docs
Library for writing IRC bots in OCaml and a collection of plugins

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.8.tar.gz
md5=4d34a4d99816effb06954ea283be0e5b
sha512=b9ec29bc0fc40774075b528524bd191b4dde013465805499b6f49b9dd070b404b34364c77ef994f0bc01c9213f1f7c0a4aa749f84f8de55de810088499b29cfc

doc/calculon/Calculon/Plugin_history/index.html

Module Calculon.Plugin_historySource

History plugin

Keep the last n lines of history on a chan, and give them to newcomers that ask for them

Sourceval 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.

  • parameter n

    the number of lines to retain internally

  • parameter default_len

    the number of lines to display by default, when replying to message "!history"

OCaml

Innovation. Community. Security.

On This Page
  1. History plugin