]> jfr.im git - erebus.git/blobdiff - erebus.py
added softdeps to modinfo - bumped APIVERSION
[erebus.git] / erebus.py
index 190c4ba2301b0eeb39efe9cb83a7982717b8f150..713c384c433b6220c6d57247c6b8f8fde497041b 100644 (file)
--- a/erebus.py
+++ b/erebus.py
@@ -7,7 +7,7 @@ import os, sys, select, MySQLdb, MySQLdb.cursors, time, random
 import bot, config, ctlmod
 
 class Erebus(object): #singleton to pass around
-       APIVERSION = 1
+       APIVERSION = 2
        RELEASE = 0
 
        bots = {}