summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-04 10:36:10 +0000
committerSadie Powell <sadie@witchery.services>2024-03-04 11:09:50 +0000
commit1a8ae513b43d6f5ab5f83740c73d018eafb44d9a (patch)
treec5a8c9c1fc246cf7fa691da01afb941809afe1f4 /include
parentd15ac93a8f5fb5c939807807be52108f7d49f8ed (diff)
Add NickAlias::GetVhostMask for getting the vident@vhost.
Diffstat (limited to 'include')
-rw-r--r--include/account.h5
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
*/