X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/a8553c45336be4a753376127fcad5c9034cae707..179c06a914a8364b4bc571a0da3bed467b4d7f76:/erebus.py diff --git a/erebus.py b/erebus.py index 190c4ba..713c384 100644 --- 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 = {}