1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

fics del bugfics

This commit is contained in:
Steffo 2016-10-04 16:51:44 +02:00
parent 1a211dd7f0
commit d9c255b939

2
bot.py
View file

@ -518,7 +518,7 @@ def match():
userdata = db.findbyname(name.lower())
if userdata is not None and 'steam' in userdata:
if userdata['steam'] not in tobematched:
tobematched += userdata['steam']
tobematched.append(userdata['steam'])
if len(tobematched) > 1:
m = list(steammatch.compare(tobematched))
if len(m) > 0: