Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created December 26, 2011 20:37
Show Gist options
  • Save mostlyobvious/1522075 to your computer and use it in GitHub Desktop.
Save mostlyobvious/1522075 to your computer and use it in GitHub Desktop.
else if (strcmp(cmd, "FUCK") == 0 && n_args == 1) {
client_output_printf(c, "+ FUCK: Go fuck yourself!\n");
c->state = CLIENT_DEAD;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment