diff options
Diffstat (limited to 'include/modules/nickserv/account.h')
-rw-r--r-- | include/modules/nickserv/account.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/modules/nickserv/account.h b/include/modules/nickserv/account.h index e40ae75df..0d99e9ad8 100644 --- a/include/modules/nickserv/account.h +++ b/include/modules/nickserv/account.h @@ -77,9 +77,6 @@ class CoreExport Account : public Serialize::Object virtual bool IsMsg() anope_abstract; virtual void SetMsg(bool) anope_abstract; - virtual bool IsSecure() anope_abstract; - virtual void SetSecure(bool) anope_abstract; - virtual bool IsMemoSignon() anope_abstract; virtual void SetMemoSignon(bool) anope_abstract; @@ -106,14 +103,6 @@ class CoreExport Account : public Serialize::Object */ virtual void SetDisplay(Nick *na) anope_abstract; - /** Is the given user on this accounts access list? - * - * @param u The user - * - * @return true if the user is on the access list - */ - virtual bool IsOnAccess(User *u) anope_abstract; - virtual MemoServ::MemoInfo *GetMemos() anope_abstract; virtual unsigned int GetChannelCount() anope_abstract; |