From c68fdf6d7c18d2e63ac21a77cbfe8191089c038b Mon Sep 17 00:00:00 2001 From: Nyo Date: Sun, 24 Apr 2016 11:16:50 +0200 Subject: [PATCH] .BANCHO. Removed fokabot message in join match --- joinMatchEvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinMatchEvent.py b/joinMatchEvent.py index a0e0bb9..d483d4d 100644 --- a/joinMatchEvent.py +++ b/joinMatchEvent.py @@ -48,7 +48,7 @@ def joinMatch(userToken, matchID, password): # Send packets userToken.enqueue(serverPackets.matchJoinSuccess(matchID)) userToken.enqueue(serverPackets.channelJoinSuccess(userID, "#multiplayer")) - userToken.enqueue(serverPackets.sendMessage("FokaBot", "#multiplayer", "Hi {}, and welcome to Ripple's multiplayer mode! This feature is still WIP and might have some issues. If you find any bugs, please report them (by clicking here)[https://ripple.moe/index.php?p=22].".format(username))) + #userToken.enqueue(serverPackets.sendMessage("FokaBot", "#multiplayer", "Hi {}, and welcome to Ripple's multiplayer mode! This feature is still WIP and might have some issues. If you find any bugs, please report them (by clicking here)[https://ripple.moe/index.php?p=22].".format(username))) except exceptions.matchNotFoundException: userToken.enqueue(serverPackets.matchJoinFail()) consoleHelper.printColored("[!] {} has tried to join a mp room, but it doesn't exist".format(userToken.username), bcolors.RED)