mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
14 lines
249 B
C
14 lines
249 B
C
|
#include <net.h>
|
||
|
#define SILENCE
|
||
|
|
||
|
#define NAME "minusvisionen"
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://www.minusvisionen.de/rss.xml"
|
||
|
# define RESET_INTERVAL 17 * 60 // many hours
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|