From 3f12bf7f59b236088f8b1c70cfc033e07efc4c29 Mon Sep 17 00:00:00 2001 From: DrHeisenberg Date: Wed, 12 Aug 2015 14:58:38 +0200 Subject: [PATCH] Update royalbot.py --- royalbot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/royalbot.py b/royalbot.py index bfa59dd5..129ab123 100644 --- a/royalbot.py +++ b/royalbot.py @@ -21,7 +21,8 @@ steamids = { '@fedYal': 76561198109189938, '@ActerRYG': 76561198146704979, '@YouTouchMyTralala': 76561198121094516, - '@Heisenberg_TheMadDoctor': 76561198080377213, + '@HeisenDex +_TheMadDoctor': 76561198080377213, '@SuperMattemb': 76561198115852550, '@Peraemela99': 76561198161867082, '@thevagginadestroyer': 76561198128738388, @@ -199,4 +200,4 @@ while(True): ctbpp = float(ctb[0]['pp_raw']) osumaniapp = float(osumania[0]['pp_raw']) #Manda il messaggio - sendMessage(name + " ha:" + unichr(10) + str(int(osupp)) + "pp su Osu!" + unichr(10) + str(int(taikopp)) + "pp su Taiko" + unichr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id']) \ No newline at end of file + sendMessage(name + " ha:" + unichr(10) + str(int(osupp)) + "pp su Osu!" + unichr(10) + str(int(taikopp)) + "pp su Taiko" + unichr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])