Add or remove an address to/from a _channel list.
Ban Alice and Bob from _channel #foo:
client.addToChannelList("#foo", 'b', "Alice!*@*", "Bob!*@*");
See Implementation
Add or remove an address to/from a _channel list.