InspIRCd
3.0
|
#include <numericbuilder.h>
Public Member Functions | |
CannotSendTo (Channel *chan, const std::string &message) | |
CannotSendTo (Channel *chan, const std::string &what, ModeHandler *mh) | |
CannotSendTo (Channel *chan, const std::string &what, char extban, const std::string &extbandesc) | |
CannotSendTo (User *user, const std::string &message) | |
CannotSendTo (User *user, const std::string &what, ModeHandler *mh, bool self=false) | |
![]() | |
Numeric (unsigned int num) | |
template<typename T > | |
Numeric & | push (const T &x) |
void | SetServer (Server *server) |
Server * | GetServer () const |
unsigned int | GetNumeric () const |
const CommandBase::Params & | GetParams () const |
CommandBase::Params & | GetParams () |
Builder for the ERR_CANNOTSENDTOCHAN and ERR_CANTSENDTOUSER numerics.