Skip to content

Instantly share code, notes, and snippets.

@revENGR
Last active May 3, 2020 10:28
Show Gist options
  • Save revENGR/e87940763bd5bc40037f65b1fdbfd7ab to your computer and use it in GitHub Desktop.
Save revENGR/e87940763bd5bc40037f65b1fdbfd7ab to your computer and use it in GitHub Desktop.
BossaBot
srand((time(NULL) ^ getpid()) + getppid());
nick=makestring();
ident=makestring();
user=makestring();
chan=CHAN;
key=KEY;
server=NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment