This commit is contained in:
dubslow 2014-10-17 06:04:08 -05:00
parent ffb13e4716
commit ca38ee8bc7

View File

@ -18,6 +18,10 @@
#include <sys/ioctl.h>
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__MACH__)
#define MSG_NOSIGNAL 0
#endif
//IRC name and channel.
#define IRC_NAME "Tox_syncbot"
#define IRC_CHANNEL "#tox-real-ontopic"