mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02:00
Address review comment, module is already global
https://github.com/lol768/znc/commit/b94c639e6a1755c33cc315aad247bbc50a83209e#commitcomment-19252797
This commit is contained in:
@@ -53,7 +53,6 @@ class CSampleWebAPIMod : public CModule {
|
||||
|
||||
template <>
|
||||
void TModInfo<CSampleWebAPIMod>(CModInfo& Info) {
|
||||
Info.AddType(CModInfo::GlobalModule);
|
||||
Info.SetWikiPage("samplewebapi");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user