irc-bot/plugin.mli

6 lines
159 B
OCaml
Raw Normal View History

2009-11-08 22:18:18 -07:00
type handler = Iobuf.t -> Command.t -> unit
val register : handler -> unit
val unregister : handler -> unit
val handle_command : Iobuf.t -> Command.t -> unit