mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -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)
|
||||
virtual EModRet OnUserRaw(CString& sLine) override
|
||||
{
|
||||
CAlias current_alias;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user