mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Remove unnecessary virtual keyword occurrences
This makes it convenient to 'grep virtual' and 'grep override' :)
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
virtual ~CBlockMotd() {
|
||||
}
|
||||
|
||||
virtual EModRet OnRaw(CString &sLine) override {
|
||||
EModRet OnRaw(CString &sLine) override {
|
||||
const CString sCmd = sLine.Token(1);
|
||||
|
||||
if (sCmd == "375" /* begin of MOTD */
|
||||
|
||||
Reference in New Issue
Block a user