X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/230c1654890de706b590ed67178dcd13b05b7b64..0d93d7b47b642e1c5705b3c75fb7f5cfcbe0fe41:/modules/userinfo.py diff --git a/modules/userinfo.py b/modules/userinfo.py index fb0e111..be6e33b 100644 --- a/modules/userinfo.py +++ b/modules/userinfo.py @@ -1,13 +1,14 @@ # Erebus IRC bot - Author: Erebus Team -# trivia module +# userinfo 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