X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/5f03d045cd465491760668b3e34453ae6a50034b..d58c924fc0e16d2a7edfd0c03c5b8f1e8a74dec1:/modules/resources.py diff --git a/modules/resources.py b/modules/resources.py index 35feebd..016e4bd 100644 --- a/modules/resources.py +++ b/modules/resources.py @@ -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