Add or remove channel modes in the given channel.
Give channel operator status (+o) to Alice and voice status (+v) to Bob in channel #foo:
client.addChannelModes("#foo", ChannelMode('o', "Alice"), ChannelMode('v', "Bob"));
See Implementation
Add or remove channel modes in the given channel.