Anope IRC Services
Version 2.0
|
Public Member Functions | |
NSIdentifyRequest (Module *o, CommandSource &s, Command *c, const Anope::string &acc, const Anope::string &pass) | |
void | OnSuccess () anope_override |
void | OnFail () anope_override |
![]() | |
const Anope::string & | GetAccount () const |
const Anope::string & | GetPassword () const |
void | Hold (Module *m) |
void | Release (Module *m) |
void | Success (Module *m) |
void | Dispatch () |
Private Attributes | |
CommandSource | source |
Command * | cmd |
Additional Inherited Members | |
![]() | |
static void | ModuleUnload (Module *m) |
![]() | |
IdentifyRequest (Module *o, const Anope::string &acc, const Anope::string &pass) | |
virtual | ~IdentifyRequest () |
Definition at line 14 of file ns_identify.cpp.
|
inline |
Definition at line 20 of file ns_identify.cpp.
|
inlinevirtual |
Implements IdentifyRequest.
Definition at line 43 of file ns_identify.cpp.
References User::BadPassword(), NickAlias::Find(), IdentifyRequest::GetAccount(), CommandSource::GetUser(), LOG_COMMAND, NICK_X_NOT_REGISTERED, PASSWORD_INCORRECT, and CommandSource::Reply().
|
inlinevirtual |
Implements IdentifyRequest.
Definition at line 22 of file ns_identify.cpp.
References _, User::Account(), NickCore::display, NickAlias::Find(), IdentifyRequest::GetAccount(), CommandSource::GetUser(), User::Identify(), User::IsIdentified(), LOG_COMMAND, NickAlias::nc, NICK_X_NOT_REGISTERED, and CommandSource::Reply().
|
private |
Definition at line 17 of file ns_identify.cpp.
|
private |
Definition at line 16 of file ns_identify.cpp.