Module irc_proto::mode

source ·
Expand description

A module defining an API for IRC user and channel modes.

Enums§

  • Channel modes for the MODE command.
  • A mode argument for the MODE command.
  • User modes for the MODE command.

Traits§

  • A marker trait for different kinds of Modes.