]> jfr.im git - erebus.git/blobdiff - modules/coins.py
update encoding
[erebus.git] / modules / coins.py
index 5b3d663a34b090b2cbe60e97d409f695859cd0bf..8653667f0f95ce02a4802e79ec7ec387fad50290 100644 (file)
@@ -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': [],
 }