summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/irc_syncbot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/irc_syncbot.c b/testing/irc_syncbot.c
index 9a081f8e..28400886 100644
--- a/testing/irc_syncbot.c
+++ b/testing/irc_syncbot.c
@@ -18,6 +18,10 @@
18 18
19#include <sys/ioctl.h> 19#include <sys/ioctl.h>
20 20
21#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__MACH__)
22#define MSG_NOSIGNAL 0
23#endif
24
21//IRC name and channel. 25//IRC name and channel.
22#define IRC_NAME "Tox_syncbot" 26#define IRC_NAME "Tox_syncbot"
23#define IRC_CHANNEL "#tox-real-ontopic" 27#define IRC_CHANNEL "#tox-real-ontopic"