#include "magic8ball.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_magic8ball (BotKernel *b) |
void | destroy_magic8ball (Plugin *p) |
bool | ball (Message *m, Plugin *p, BotKernel *b) |
Definition in file magic8ball.cpp.
Definition at line 82 of file magic8ball.cpp.
References Magic8Ball::getRandomAnswer(), Message::getSource(), Message::isPublic(), Message::nbParts(), BotKernel::send(), and IRCProtocol::sendMsg().
Definition at line 74 of file magic8ball.cpp.
void destroy_magic8ball | ( | Plugin * | p | ) |
Definition at line 78 of file magic8ball.cpp.