#include "message.h"
#include "ircprotocol.h"
#include "configurationfile.h"
#include "logfile.h"
#include "tools.h"
#include "socket.h"
#include "plugin.h"
#include "cppthread.h"
#include <sys/time.h>
#include <sys/types.h>
#include <semaphore.h>
#include <errno.h>
#include <dlfcn.h>
#include <dirent.h>
#include <time.h>
#include <list>
Go to the source code of this file.
Classes | |
struct | AntiExcessFlood |
Anti excess-flood variables. More... | |
struct | CountDownFunction |
Countdown information storage. More... | |
struct | ThreadParams |
Thread information storage. More... | |
class | BotKernel |
Bot kernel class. More... |
Definition in file botkernel.h.