diff options
| author | grunfink <grunfink@comam.es> | 2025-05-29 22:52:20 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-29 22:52:20 +0200 |
| commit | 5ec55544e4d83503776f517d62262ae176ca15c6 (patch) | |
| tree | 4208473f592fd395f4ef5824f8c644b83422be6b | |
| parent | e030fe6c5054c0a9b76a55adc80bb81d7a73fcc3 (diff) | |
New command-line option 'poll_hashtag_rss'.
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |