diff options
author | Adam <Adam@anope.org> | 2016-11-25 16:35:10 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-11-25 16:35:56 -0500 |
commit | a635344582a13d935631fbe930d79d3788359c8a (patch) | |
tree | cd7b372d02f94c7f6c18542e06d29deff0f19842 /modules/hostserv/request.cpp | |
parent | f30d99f81f6fb8abd7ca555068173bad6c99e07a (diff) |
Rename most ext fields names to be consistent with everything else, add accessors for many
Diffstat (limited to 'modules/hostserv/request.cpp')
-rw-r--r-- | modules/hostserv/request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp index 3cae04b8a..7b66eb59c 100644 --- a/modules/hostserv/request.cpp +++ b/modules/hostserv/request.cpp @@ -146,7 +146,7 @@ class CommandHSRequest : public Command User *u = source.GetUser(); - if (source.GetAccount()->HasFieldS("UNCONFIRMED")) + if (source.GetAccount()->IsUnconfirmed()) { source.Reply(_("You must confirm your account before you may request a vhost.")); return; |