#include "antiflood.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_antiflood (BotKernel *b) |
void | destroy_antiflood (Plugin *p) |
bool | testMsgTimestamp (Message *m, Plugin *p, BotKernel *b) |
Definition in file antiflood.cpp.
Definition at line 46 of file antiflood.cpp.
void destroy_antiflood | ( | Plugin * | p | ) |
Definition at line 50 of file antiflood.cpp.
Definition at line 54 of file antiflood.cpp.
References BotKernel::getCONFF(), Message::getElapsedTime(), Plugin::getName(), Message::getPart(), BotKernel::getPlugin(), Message::getSender(), ConfigurationFile::getValue(), Admin::isSuperAdmin(), pPlugin::object, and Tools::strToInt().