#include "infos.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_infos (BotKernel *b) |
void | destroy_infos (Plugin *p) |
bool | uptime (Message *m, Plugin *p, BotKernel *b) |
bool | version (Message *m, Plugin *p, BotKernel *b) |
bool | sysinfos (Message *m, Plugin *p, BotKernel *b) |
bool | online (Message *m, Plugin *p, BotKernel *b) |
bool | prefix (Message *m, Plugin *p, BotKernel *b) |
bool | help (Message *m, Plugin *p, BotKernel *b) |
Definition in file infos.cpp.
Definition at line 123 of file infos.cpp.
References BotKernel::getCONFF(), Plugin::getName(), Message::getNickSender(), ConfigurationFile::getValue(), BotKernel::send(), and IRCProtocol::sendNotice().
Definition at line 99 of file infos.cpp.
References Message::getNickSender(), BotKernel::getStartOnline(), Tools::intToStr(), BotKernel::send(), and IRCProtocol::sendNotice().
Definition at line 117 of file infos.cpp.
References BotKernel::getCONFF(), Message::getNickSender(), ConfigurationFile::getValue(), BotKernel::send(), and IRCProtocol::sendNotice().
Referenced by launchSurvey().
Definition at line 82 of file infos.cpp.
References BotKernel::getDatasDir(), Message::getNickSender(), BotKernel::send(), and IRCProtocol::sendNotice().
Definition at line 59 of file infos.cpp.
References Message::getNickSender(), BotKernel::getStartTime(), Tools::intToStr(), BotKernel::send(), and IRCProtocol::sendNotice().
Definition at line 77 of file infos.cpp.
References Message::getNickSender(), BotKernel::getVersion(), BotKernel::send(), and IRCProtocol::sendNotice().