mirror of
https://github.com/anope/anope.git
synced 2026-06-29 12:16:38 +02:00
Cleanup ok if modules with pending identify requests are unloaded
This commit is contained in:
+2
-1
@@ -308,6 +308,7 @@ class CoreExport NickCore : public Extensible, public Flags<NickCoreFlag, NI_END
|
||||
|
||||
class IdentifyRequest
|
||||
{
|
||||
Module *owner;
|
||||
Anope::string account;
|
||||
Anope::string password;
|
||||
|
||||
@@ -318,7 +319,7 @@ class IdentifyRequest
|
||||
static std::set<IdentifyRequest *> requests;
|
||||
|
||||
protected:
|
||||
IdentifyRequest(const Anope::string &acc, const Anope::string &pass);
|
||||
IdentifyRequest(Module *o, const Anope::string &acc, const Anope::string &pass);
|
||||
virtual ~IdentifyRequest();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user