diff options
author | Adam <Adam@anope.org> | 2014-01-09 15:46:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-09 15:46:04 -0500 |
commit | 64f9aed76183930eee07451fab47d086e3c27af0 (patch) | |
tree | e2f21baacec621c542c180ae78238ab95d922191 | |
parent | 56f2cbeb6230f6f29265a5740c71875eeda2bbb7 (diff) |
Hook to OnUserLogin instead of OnNickIdentify in ns_ajoin
-rw-r--r-- | modules/commands/ns_ajoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp index dcbda26d4..54400dd96 100644 --- a/modules/commands/ns_ajoin.cpp +++ b/modules/commands/ns_ajoin.cpp @@ -257,7 +257,7 @@ class NSAJoin : public Module } - void OnNickIdentify(User *u) anope_override + void OnUserLogin(User *u) anope_override { BotInfo *NickServ = Config->GetClient("NickServ"); if (!NickServ) |