1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 13:43:14 +02:00

Remove an unnecessary virtual keyword from some methods.

This commit is contained in:
Sadie Powell
2025-10-05 17:49:05 +01:00
parent da5c68f274
commit 7a09cebcfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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<Anope::string> &tags);
void OnMessage(User *u, const Anope::string &message, const Anope::map<Anope::string> &tags);
/** Link a command name to a command in services
* @param cname The command name