talircd/lib/irc/types.ml

3 lines
76 B
OCaml

type nick = string
type userinfo = { username : string; realname : string }