Public Member Functions

GlobalService Class Reference

#include <global.h>

Inherits Service.

Inherited by MyGlobalService.

Collaboration diagram for GlobalService:
Collaboration graph
[legend]

Public Member Functions

 GlobalService (Module *m)
virtual void SendGlobal (const BotInfo *sender, const Anope::string &source, const Anope::string &message)=0

Detailed Description

Definition at line 4 of file global.h.


Constructor & Destructor Documentation

GlobalService::GlobalService ( Module m  )  [inline]

Definition at line 7 of file global.h.


Member Function Documentation

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

Parameters:
sender Our client which should send the global
source The sender of the global
message The message

Implemented in MyGlobalService.


The documentation for this class was generated from the following file: