]> jfr.im git - erebus.git/blobdiff - modules/coins.py
trivia add todo
[erebus.git] / modules / coins.py
index 8548d60af728b0705fa76dc39ce075e0f9e543f8..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,8 +7,9 @@
 modinfo = {
        'author': 'Erebus Team',
        'license': 'public domain',
-       'compatible': [1], # compatible module API versions
-       'depends': [], # other modules required to work properly?
+       'compatible': [0],
+       'depends': [],
+       'softdeps': [],
 }
 
 # preamble