internal void part(string channel)
 {
     ircClient.PartChannel(channel);
 }