#include "advertising.h"
Go to the source code of this file.
Functions | |
bool | displayAdvertise (Message *, Plugin *, BotKernel *) |
Plugin * | contruct_advertising (BotKernel *b) |
void | destroy_advertising (Plugin *p) |
bool | addad (Message *m, Plugin *p, BotKernel *b) |
bool | delad (Message *m, Plugin *p, BotKernel *b) |
bool | adinfos (Message *m, Plugin *p, BotKernel *b) |
bool | listads (Message *m, Plugin *p, BotKernel *b) |
bool | cleanList (Message *m, Plugin *p, BotKernel *b) |
Definition in file advertising.cpp.
Definition at line 244 of file advertising.cpp.
References Advertising::addAdvertise(), BotKernel::addCountDown(), displayAdvertise(), Message::getNickSender(), Message::getPart(), BotKernel::getPlugin(), Message::getSender(), Message::getSplit(), Tools::intToStr(), Message::isPrivate(), Admin::isSuperAdmin(), Message::nbParts(), pPlugin::object, BotKernel::send(), IRCProtocol::sendNotice(), Message::setMessage(), Tools::strtimeToSeconds(), and Tools::vectorToString().
Definition at line 289 of file advertising.cpp.
References Advertising::getAdvertiseInfos(), Message::getNickSender(), Message::getPart(), BotKernel::getPlugin(), Message::getSender(), Message::isPrivate(), Admin::isSuperAdmin(), Message::nbParts(), pPlugin::object, BotKernel::send(), IRCProtocol::sendNotice(), and Tools::strToInt().
Definition at line 226 of file advertising.cpp.
Definition at line 271 of file advertising.cpp.
References Advertising::delAdvertise(), Message::getNickSender(), Message::getPart(), BotKernel::getPlugin(), Message::getSender(), Message::isPrivate(), Admin::isSuperAdmin(), Message::nbParts(), pPlugin::object, BotKernel::send(), and IRCProtocol::sendNotice().
void destroy_advertising | ( | Plugin * | p | ) |
Definition at line 230 of file advertising.cpp.
Definition at line 234 of file advertising.cpp.
References Advertising::getAdvertiseInfos(), Message::getMessage(), BotKernel::send(), and IRCProtocol::sendMsg().
Referenced by addad(), and Advertising::launchAdvertise().
Definition at line 314 of file advertising.cpp.
References Advertising::getAdvertisesList(), Message::getNickSender(), BotKernel::getPlugin(), Message::getSender(), Message::isPrivate(), Admin::isSuperAdmin(), pPlugin::object, BotKernel::send(), and IRCProtocol::sendNotices().