Anope IRC Services
Version 2.0
|
Public Member Functions | |
CommandCSGTop (Module *creator) | |
void | Execute (CommandSource &source, const std::vector< Anope::string > ¶ms) |
![]() | |
virtual | ~Command () |
bool | AllowUnregistered () const |
bool | RequireUser () const |
virtual const Anope::string | GetDesc (CommandSource &source) const |
virtual void | OnServHelp (CommandSource &source) |
virtual bool | OnHelp (CommandSource &source, const Anope::string &subcommand) |
virtual void | OnSyntaxError (CommandSource &source, const Anope::string &subcommand) |
![]() | |
Service (Module *o, const Anope::string &t, const Anope::string &n) | |
virtual | ~Service () |
void | Register () |
void | Unregister () |
![]() | |
Base () | |
virtual | ~Base () |
void | AddReference (ReferenceBase *r) |
void | DelReference (ReferenceBase *r) |
Additional Inherited Members | |
![]() | |
static void | Run (CommandSource &source, const Anope::string &message) |
static bool | FindCommandFromService (const Anope::string &command_service, BotInfo *&bi, Anope::string &name) |
![]() | |
static Service * | FindService (const Anope::string &t, const Anope::string &n) |
static std::vector< Anope::string > | GetServiceKeys (const Anope::string &t) |
static void | AddAlias (const Anope::string &t, const Anope::string &n, const Anope::string &v) |
static void | DelAlias (const Anope::string &t, const Anope::string &n) |
![]() | |
size_t | max_params |
size_t | min_params |
Module * | module |
![]() | |
Module * | owner |
Anope::string | type |
Anope::string | name |
![]() | |
Command (Module *owner, const Anope::string &sname, size_t min_params, size_t max_params=0) | |
void | SetDesc (const Anope::string &d) |
void | ClearSyntax () |
void | SetSyntax (const Anope::string &s) |
void | SendSyntax (CommandSource &) |
void | AllowUnregistered (bool b) |
void | RequireUser (bool b) |
Definition at line 57 of file cs_fantasy_top.cpp.
|
inline |
Definition at line 60 of file cs_fantasy_top.cpp.
References _, and Command::SetDesc().
|
virtual |
Execute this command.
source | The source |
params | Command parameters |
Implements Command.
Definition at line 178 of file cs_fantasy_top.cpp.
References CSTop::DoTop().