MCPcopy Create free account
hub / github.com/antirez/botlib / main

Function main

mybot.c:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int main(int argc, char **argv) {
86 static char *triggers[] = {
87 "Echo *",
88 "Hi!",
89 "* is *",
90 "*\?",
91 "!ls",
92 NULL,
93 };
94 startBot(TB_CREATE_KV_STORE, argc, argv, TB_FLAGS_NONE, handleRequest, cron, triggers);
95 return 0; /* Never reached. */
96}

Callers

nothing calls this directly

Calls 1

startBotFunction · 0.85

Tested by

no test coverage detected