summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/account.h b/include/account.h
index 98827fd81..b5edd7ec2 100644
--- a/include/account.h
+++ b/include/account.h
@@ -219,6 +219,10 @@ class CoreExport NickCore : public Serializable, public Extensible
*/
Anope::string GetAccess(unsigned entry) const;
+ /** Get the number of entries on the access list for this account.
+ */
+ unsigned GetAccessCount() const;
+
/** Find an entry in the nick's access list
*
* @param entry The nick!ident@host entry to search for