aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index 80df2d0..c948b57 100644
--- a/main.c
+++ b/main.c
@@ -143,6 +143,11 @@ int main(int argc, char *argv[])
return 0;
}
+ if (strcmp(cmd, "poll_hashtag_rss") == 0) { /** **/
+ rss_poll_hashtags();
+ return 0;
+ }
+
if (strcmp(cmd, "state") == 0) { /** **/
xs *shm_name = NULL;
srv_state *p_state = srv_state_op(&shm_name, 1);