X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/3c23ab38bf6292f6a6e257b68515192e03008d67..f717c85633876497545e003d2aa3041b5dd07f19:/modules/sms.py diff --git a/modules/sms.py b/modules/sms.py index 3978ae2..16077a3 100644 --- a/modules/sms.py +++ b/modules/sms.py @@ -1,13 +1,14 @@ # Erebus IRC bot - Author: Erebus Team -# simple module example +# twilio sms 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