X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/f5aec86546a7762dd0202f3983de22fe1c3814e9..8e76c9bb472b80a69a5c7770c75afc53665508b4:/modules/coins.py?ds=sidebyside diff --git a/modules/coins.py b/modules/coins.py index b489821..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': [2], + 'compatible': [0], 'depends': [], 'softdeps': [], }