diff options
Diffstat (limited to 'src/account.cpp')
-rw-r--r-- | src/account.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.cpp b/src/account.cpp index b8ac2cbda..e9768161b 100644 --- a/src/account.cpp +++ b/src/account.cpp @@ -18,7 +18,7 @@ std::set<IdentifyRequest *> IdentifyRequest::Requests; -IdentifyRequest::IdentifyRequest(Module *o, const Anope::string &acc, const Anope::string &pass) : owner(o), account(acc), password(pass), dispatched(false), success(false) +IdentifyRequest::IdentifyRequest(Module *o, const Anope::string &acc, const Anope::string &pass) : owner(o), account(acc), password(pass) { Requests.insert(this); } |