diff --git a/include/account.h b/include/account.h index 4f2390edf..570338366 100644 --- a/include/account.h +++ b/include/account.h @@ -184,7 +184,7 @@ public: /** Checks whether this account is a services oper or not. * @return True if this account is a services oper, false otherwise. */ - virtual bool IsServicesOper() const; + bool IsServicesOper() const; /** Retrieves the account id for this user */ uint64_t GetId(); diff --git a/include/bots.h b/include/bots.h index 55dde5bbe..fc53ff141 100644 --- a/include/bots.h +++ b/include/bots.h @@ -124,7 +124,7 @@ public: * @param message The users' message * @params tags Message tags */ - virtual void OnMessage(User *u, const Anope::string &message, const Anope::map &tags); + void OnMessage(User *u, const Anope::string &message, const Anope::map &tags); /** Link a command name to a command in services * @param cname The command name