private void JoinChannel(object sender, EventArgs e) { JoinChannel(client.GetChannel((string)((ToolStripMenuItem)sender).Tag)); }