X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/69d4b03e7439964c87d971f8fe21c4913170493f..f6fb2988dfbf739152ddd1467bd96c19371c0c5c:/modules/foo.py diff --git a/modules/foo.py b/modules/foo.py index f2a394a..8063afb 100644 --- a/modules/foo.py +++ b/modules/foo.py @@ -1,10 +1,10 @@ -# Erebus IRC bot - Author: John Runyon +# Erebus IRC bot - Author: Erebus Team # simple module example # 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?