#include "service.h"#include "anope.h"#include "channels.h"

Go to the source code of this file.
Data Structures | |
| struct | CommandGroup |
| struct | CommandInfo |
| struct | CommandReply |
| class | CommandSource |
| class | Command |
Functions | |
| CoreExport void | RunCommand (CommandSource &source, const Anope::string &message) |
| CoreExport void RunCommand | ( | CommandSource & | source, | |
| const Anope::string & | message | |||
| ) |
Definition at line 199 of file command.cpp.
References _, ACCESS_DENIED, Anope::string::begin(), Anope::string::c_str(), CommandSource::command, Config, Anope::string::empty(), Anope::string::erase(), EVENT_STOP, FOREACH_MOD, FOREACH_RESULT, User::GetMask(), CommandSource::GetUser(), CommandSource::HasCommand(), I_OnPostCommand, I_OnPreCommand, LOG_NORMAL, ServiceReference< T >::name, CommandInfo::name, CommandSource::nc, NICK_IDENTIFY_REQUIRED, CommandInfo::permission, CommandSource::permission, CommandSource::Reply(), CommandSource::service, and ServerConfig::UseStrictPrivMsgString.
Referenced by MyXMLRPCEvent::DoCommand(), RewriteCommand::Execute(), BotInfo::OnMessage(), WebCPanel::OperServ::Akill::OnRequest(), WebCPanel::NickServ::Cert::OnRequest(), WebCPanel::MemoServ::Memos::OnRequest(), WebCPanel::HostServ::Request::OnRequest(), WebCPanel::Confirm::OnRequest(), WebCPanel::ChanServ::Drop::OnRequest(), WebCPanel::ChanServ::Akick::OnRequest(), WebCPanel::NickServ::Access::OnRequest(), and WebCPanel::ChanServ::Access::OnRequest().
1.7.1