X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/a62d0d18bbb5926d22df18db5eba53eb21a10817..4477123de1254afa80243f7f9eab62c5cbf7b786:/modules/coins.py diff --git a/modules/coins.py b/modules/coins.py index 5b3d663..8653667 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -1,4 +1,5 @@ # Erebus IRC bot - Author: Erebus Team +# vim: fileencoding=utf-8 # simple coin module # This file is released into the public domain; see http://unlicense.org/ @@ -6,7 +7,7 @@ modinfo = { 'author': 'Erebus Team', 'license': 'public domain', - 'compatible': [1,2], + 'compatible': [0], 'depends': [], 'softdeps': [], }