mirror of
https://github.com/znc/znc.git
synced 2026-05-03 12:02:30 +02:00
Remove unnecessary virtual keyword occurrences
This makes it convenient to 'grep virtual' and 'grep override' :)
This commit is contained in:
@@ -299,7 +299,7 @@ public:
|
||||
AddCommand("Info", static_cast<CModCommand::ModCmdFunc>(&CAliasMod::InfoCommand), "<name>", "Reports the actions performed by an alias.");
|
||||
}
|
||||
|
||||
virtual EModRet OnUserRaw(CString& sLine) override
|
||||
EModRet OnUserRaw(CString& sLine) override
|
||||
{
|
||||
CAlias current_alias;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user