mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Sample web API doesn't make sense as a user module
This commit is contained in:
@@ -53,7 +53,7 @@ class CSampleWebAPIMod : public CModule {
|
||||
|
||||
template <>
|
||||
void TModInfo<CSampleWebAPIMod>(CModInfo& Info) {
|
||||
Info.AddType(CModInfo::UserModule);
|
||||
Info.AddType(CModInfo::GlobalModule);
|
||||
Info.SetWikiPage("samplewebapi");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user