summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/hostserv.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-18 14:42:59 -0400
committerAdam <Adam@anope.org>2013-08-18 14:42:59 -0400
commit760fdc4049c7a1b0ba53c0365278cfbfb300954d (patch)
treeac35820f74312ffacc72836b11b96896e02a8835 /modules/pseudoclients/hostserv.cpp
parentead4aa7ed98b929482ba81774569a22a95e4bb04 (diff)
Fix not setting vhost on nickserv update
Diffstat (limited to 'modules/pseudoclients/hostserv.cpp')
-rw-r--r--modules/pseudoclients/hostserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pseudoclients/hostserv.cpp b/modules/pseudoclients/hostserv.cpp
index 2ac0d8f09..08e6b5763 100644
--- a/modules/pseudoclients/hostserv.cpp
+++ b/modules/pseudoclients/hostserv.cpp
@@ -68,7 +68,7 @@ class HostServCore : public Module
void OnNickUpdate(User *u) anope_override
{
- this->OnNickIdentify(u);
+ this->OnUserLogin(u);
}
EventReturn OnPreHelp(CommandSource &source, const std::vector<Anope::string> &params) anope_override