]> jfr.im git - erebus.git/blobdiff - modules/resources.py
msg - remove debug prints
[erebus.git] / modules / resources.py
index 35feebda569f3e5e64c9e1c1d6eed1947bf2cf08..016e4bdb85913ada2775615eff5f5b1becc4ffe0 100644 (file)
@@ -1,13 +1,14 @@
 # Erebus IRC bot - Author: Erebus Team
-# simple module example
+# resource-usage module
 # This file is released into the public domain; see http://unlicense.org/
 
 # module info
 modinfo = {
        'author': 'Erebus Team',
        'license': 'public domain',
-       'compatible': [1], # compatible module API versions
-       'depends': [], # other modules required to work properly?
+       'compatible': [1,2],
+       'depends': [],
+       'softdeps': ['help'],
 }
 
 # preamble