irc-bot/channel.mli

8 lines
130 B
OCaml
Raw Normal View History

type t
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