mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
12 lines
202 B
C
12 lines
202 B
C
|
#include <net.h>
|
||
|
#define SILENCE
|
||
|
#define NAME "EuroNews-IT"
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://www.euronews.net/rss/euronews_it.xml"
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|