public void Part(Channel chan, bool confirmation) { chan.do_part(this, confirmation); }
public void Part(Channel chan) { chan.do_part(this, true); }