class Irc::Channel

An IRC Channel is identified by its name, and it has a set of properties:

The Channel::Topic and Channel::Mode classes are defined within the Channel namespace because they only make sense there

Here we start with the actual Channel class