mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
12 lines
236 B
C
12 lines
236 B
C
#include <net.h>
|
|
#define NAME "enWikiRecent"
|
|
|
|
#ifdef BRAIN
|
|
// irc://irc.wikimedia.org/en.wikinews
|
|
# define CONNECT_IRC "irc.wikimedia.org"
|
|
# define CHAT_CHANNEL "en.wikinews"
|
|
#else
|
|
# define CONNECT_DEFAULT
|
|
#endif
|
|
|
|
#include <place.gen>
|