X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fd07173df3e9070bac1a0cf79c729f14c781d799..e6b601930f87d83511f1af144d2ad40ea3162e17:/modules/chanops.py diff --git a/modules/chanops.py b/modules/chanops.py index 7d8f40c..bf73449 100644 --- a/modules/chanops.py +++ b/modules/chanops.py @@ -1,12 +1,12 @@ # Erebus IRC bot - Author: Erebus Team -# !EVAL and !EXEC commands +# chanop commands # This file is released into the public domain; see http://unlicense.org/ # module info modinfo = { 'author': 'Erebus Team', 'license': 'public domain', - 'compatible': [1,2], + 'compatible': [2], 'depends': [], 'softdeps': ['help'], }