summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index c4c298f..1e27302 100644
--- a/main.c
+++ b/main.c
@@ -730,6 +730,12 @@ int main(int argc, char *argv[])
730 return 0; 730 return 0;
731 } 731 }
732 732
733 if (strcmp(cmd, "collect_replies") == 0) { /** **/
734 collect_replies(&snac, url);
735
736 return 0;
737 }
738
733 if (strcmp(cmd, "insert") == 0) { /** **/ 739 if (strcmp(cmd, "insert") == 0) { /** **/
734 int status; 740 int status;
735 xs *data = NULL; 741 xs *data = NULL;