/* * request/settings.h * (C) Peter Salanki 2002 * This program is copyright, and covered by the Gnu Public License. * The Natasha bot. * sorcer@linux.se */ #define QUEUEREPEAT 300 // Inform about the queue status every 5 minutes #define REQUEST_PORT 4865 // The port the request system will listen on #define HELPSITE "http://botservice.dayhost.net" // Website with manuals etc #define MINUSERS 4 // Minimum number of users on a channel #define MINUNIQUE 4 // Miimum number of unique users (non clones) on a channel #ifdef Q // #define AUTOACCEPT // Auto accept requests for Q/L channels #endif