diff options
author | Adam <Adam@anope.org> | 2013-08-18 14:42:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-18 14:42:59 -0400 |
commit | 760fdc4049c7a1b0ba53c0365278cfbfb300954d (patch) | |
tree | ac35820f74312ffacc72836b11b96896e02a8835 /modules/pseudoclients/hostserv.cpp | |
parent | ead4aa7ed98b929482ba81774569a22a95e4bb04 (diff) |
Fix not setting vhost on nickserv update
Diffstat (limited to 'modules/pseudoclients/hostserv.cpp')
-rw-r--r-- | modules/pseudoclients/hostserv.cpp | 2 |
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> ¶ms) anope_override |