irc-bot/channel.mli

13 lines
228 B
OCaml
Raw Normal View History

type t
2008-03-19 16:19:24 -06:00
(* Channels handle:
MODE, JOIN, PART, TOPIC, NAMES, LIST, INVITE, KICK, PRIVMSG, NOTICE
*)
val modes : string
2008-03-19 16:19:24 -06:00
val handle_command : Iobuf.t -> Irc.nuhost -> Command.t -> unit
val is_channel_name : string -> bool