]> jfr.im git - erebus.git/blobdiff - modules/userinfo.py
control - use new bot.reply return shortcut
[erebus.git] / modules / userinfo.py
index 6cb5149e950e0f8bcd3c2999715395da3ae9f112..fd706f1dc73b85c63b43f0a44d53b3ef37ae1336 100644 (file)
@@ -1,4 +1,5 @@
 # Erebus IRC bot - Author: Erebus Team
+# vim: fileencoding=utf-8
 # userinfo 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': ['help'],
 }