diff options
author | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
commit | 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch) | |
tree | 4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/account.h | |
parent | 781defb7076ddfddf723ca08cd0a518b6657b64f (diff) |
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 4 |
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 |