]> jfr.im git - erebus.git/blobdiff - modules/chanops.py
use tuple for formatting
[erebus.git] / modules / chanops.py
index bf73449e1ed02a2973a3c35763aba56cd5901311..e2c1403f9baccdbb723d771077fc9a1c69be9d14 100644 (file)
@@ -1,4 +1,5 @@
 # Erebus IRC bot - Author: Erebus Team
+# vim: fileencoding=utf-8
 # chanop commands
 # 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': ['help'],
 }