diff options
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/account.h b/include/account.h index acc5a1624..55ed44669 100644 --- a/include/account.h +++ b/include/account.h @@ -85,6 +85,11 @@ public: */ const Anope::string &GetVhostHost() const; + /** Retrieve the vhost mask + * @param the mask + */ + Anope::string GetVhostMask() const; + /** Retrieve the vhost creator * @return the creator */ |