diff options
Diffstat (limited to 'modules/database/db_atheme.cpp')
-rw-r--r-- | modules/database/db_atheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_atheme.cpp b/modules/database/db_atheme.cpp index 3f62c29ca..c0a628bfd 100644 --- a/modules/database/db_atheme.cpp +++ b/modules/database/db_atheme.cpp @@ -1115,7 +1115,7 @@ private: if (nick_vhost != data->vhost_nick.end()) vhost = nick_vhost->second; if (!vhost.empty()) - na->SetVhost("", vhost, data->vhost_creator, data->vhost_ts); + na->SetVHost("", vhost, data->vhost_creator, data->vhost_ts); } return true; |