#include "services.h"#include "commands.h"#include "users.h"#include "language.h"#include "config.h"#include "bots.h"#include "opertype.h"#include "access.h"#include "regchannel.h"#include "channels.h"
Go to the source code of this file.
Functions | |
| void | RunCommand (CommandSource &source, const Anope::string &message) |
| 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