X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/3fb9cf6f5be0e23d3a4831699e8fd930386e2965..d9c49adb6e5bed87badb2af8258f27a9fa524d98:/modules/eval.py diff --git a/modules/eval.py b/modules/eval.py index 6e19282..7536198 100644 --- a/modules/eval.py +++ b/modules/eval.py @@ -1,9 +1,10 @@ -# Erebus IRC bot - Author: John Runyon +# Erebus IRC bot - Author: Erebus Team # !EVAL and !EXEC commands +# 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], 'depends': [],