mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
add missing TModInfo to missingmotd module
This commit is contained in:
@@ -17,5 +17,11 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CMissingMotd>(CModInfo& Info)
|
||||
{
|
||||
Info.SetWikiPage("missingmotd");
|
||||
Info.SetHasArgs(false);
|
||||
}
|
||||
|
||||
USERMODULEDEFS(CMissingMotd, "Sends 422 to clients when they login")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user