Switch to v3.4 branch
This commit is contained in:
parent
ef50f6a1c9
commit
94a9a9a30b
50 changed files with 26 additions and 1666 deletions
4
bot.py
4
bot.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue