mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
Python modules are network mods by default.
This commit is contained in:
@@ -150,7 +150,7 @@ class ModuleNV(collections.MutableMapping):
|
||||
|
||||
class Module:
|
||||
description = '< Placeholder for a description >'
|
||||
module_types = [CModInfo.UserModule]
|
||||
module_types = [CModInfo.NetworkModule]
|
||||
|
||||
wiki_page = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user