mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
modules: cleanup superfluous virtual keywords
These methods are not overriding anything or being overridden anywhere.
This commit is contained in:
@@ -443,7 +443,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
virtual EModRet HandleMessage(const CString& sCmd, const CString& sTarget, const CString& sMessage) {
|
||||
EModRet HandleMessage(const CString& sCmd, const CString& sTarget, const CString& sMessage) {
|
||||
if (sTarget.empty()) {
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user