mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02: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