/* * settings.h * (C) Peter Salanki 2002 * This program is copyright, and covered by the Gnu Public License. * The Natasha Trojan Scan bot. * sorcer@linux.se */ #define TSCAN #include "../src/settings.h" #define BOT_NAME "TS-Dev" #define TSC_STARTCHAN "0" #define TSC_NUMOFCHANS "500" #define TSC_MAXCHANS 2000 #define STAYTIME 20 #define PARTMSG "" #define INFOSITE "http://not.yet.done/trojaninfo.php?id=" #define COMFILE "comfile" // Natasha communication file #define TSC_HOST "192.168.0.21" #define REPORTCHAN "#TSCAN" /* Q auth settings */ #define TSC_Q_AUTH "TS-Dev" #define TSC_Q_PASS "dev123456"