public void Clear() { Channel = new IrcChannel[0]; }
public IrcChannelCollection() { Channel = new IrcChannel[0]; }