mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
13 lines
267 B
C
13 lines
267 B
C
|
#define NAME "NME"
|
||
|
#define SILENCE
|
||
|
#include <net.h>
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
//# define NEWSFEED_RSS "http://bootleg-rss.g-blog.net/nme_com_news.php"
|
||
|
# define NEWSFEED_RSS "http://feeds.feedburner.com/FeedPalooza/NME"
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|