#include <global.h>
Inherits Service.
Inherited by MyGlobalService.

Public Member Functions | |
| GlobalService (Module *m) | |
| virtual void | SendGlobal (const BotInfo *sender, const Anope::string &source, const Anope::string &message)=0 |
Definition at line 4 of file global.h.
| virtual void GlobalService::SendGlobal | ( | const BotInfo * | sender, | |
| const Anope::string & | source, | |||
| const Anope::string & | message | |||
| ) | [pure virtual] |
Send out a global message to all users
| sender | Our client which should send the global | |
| source | The sender of the global | |
| message | The message |
Implemented in MyGlobalService.
1.7.1