Switch to v3.4 branch

This commit is contained in:
nemunaire 2014-08-13 15:53:55 +02:00
commit 94a9a9a30b
50 changed files with 26 additions and 1666 deletions

4
bot.py
View file

@ -36,8 +36,8 @@ ID_letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
class Bot:
def __init__(self, ip, realname, mp=list()):
# Bot general informations
self.version = 3.3
self.version_txt = "3.3"
self.version = 3.4
self.version_txt = "3.4-dev"
# Save various informations
self.ip = ip