private void sendButton_Click(object sender, EventArgs e) { if (msgTextBox.Text != "") { server.send(nick, msgTextBox.Text); } }