The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandCheck Class Reference

Handle /CHECK. More...

Inheritance diagram for CommandCheck:

Inheritance graph
[legend]
Collaboration diagram for CommandCheck:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommandCheck (InspIRCd *Instance)
CmdResult Handle (const std::vector< std::string > &parameters, User *user)
 Handle the command from a user.

Detailed Description

Handle /CHECK.

Definition at line 20 of file m_check.cpp.


Constructor & Destructor Documentation

CommandCheck::CommandCheck InspIRCd Instance  )  [inline]
 

Definition at line 23 of file m_check.cpp.

References Command::source, and Command::syntax.


Member Function Documentation

CmdResult CommandCheck::Handle const std::vector< std::string > &  parameters,
User user
[inline, virtual]
 

Handle the command from a user.

Parameters:
parameters The parameters for the command.
user The user who issued the command.
Returns:
Return CMD_SUCCESS on success, or CMD_FAILURE on failure. If the command succeeds but should remain local to this server, return CMD_LOCALONLY.

Implements Command.

Definition at line 29 of file m_check.cpp.

References User::awaymsg, Channel::ChanModes(), User::ChannelList(), UserManager::clientlist, CMD_LOCALONLY, ConvToStr(), Channel::created, InspIRCd::DumpText(), InspIRCd::FindChan(), InspIRCd::FindNick(), User::FormatModes(), User::FormatNoticeMasks(), User::fullname, Channel::GetAllPrefixChars(), User::GetFullHost(), User::GetFullRealHost(), User::GetPort(), Channel::GetUserCounter(), Channel::GetUsers(), UserManager::GlobalCloneCount(), IS_AWAY, IS_LOCAL, IS_OPER, InspIRCd::Match(), InspIRCd::MatchCIDR(), MAXBUF, User::nick, User::oper, User::server, Command::ServerInstance, Channel::setby, irc::Spacify(), Channel::topic, Channel::topicset, InspIRCd::Users, and User::WriteServ().


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