#define MAXPLUGINS 10 //max plugins loaded, more plugins more memory, more loops, slower bot
#define MAXTIMER 10 //max number of timers per plugin
#define NICKLENGTH 32 //max nickname length
#define MAXCHANS 15 //max channels that bot can be on
#define MAXSENDQ 50 //maximum amount of irc data to be sitting on the queue
#define IRCTIMEOUT 600 //10 minute timeout

