X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/7500b48cb6a524ac7d22b9174aa62bc58489c1b7..132e8a0e3a786a57aa990caa3b70b5b503f64f14:/modules/module.py diff --git a/modules/module.py b/modules/module.py index 1e3e3e1..33be1ff 100644 --- a/modules/module.py +++ b/modules/module.py @@ -1,10 +1,10 @@ -# Erebus IRC bot - Author: John Runyon -# simple module example +# Erebus IRC bot - Author: Erebus Team +# module control through irc # This file is released into the public domain; see http://unlicense.org/ # module info modinfo = { - 'author': 'John Runyon (DimeCadmium)', + 'author': 'Erebus Team', 'license': 'public domain', 'compatible': [1], # compatible module API versions 'depends': [], # other modules required to work properly?