diff --git a/bot/pipe_in.py b/bot/pipe_in.py index 7f32480..b23e5d3 100755 --- a/bot/pipe_in.py +++ b/bot/pipe_in.py @@ -16,8 +16,6 @@ for line in sys.stdin: elif re.match(r".*?(\w+ (leaves|joins) game.*)", line): text = "" text += re.sub(r".*?(\w+ (leaves|joins) game\.).*", r"\1", line) - text += "\nList of players: \n" - text += "\n".join(re.sub(r".*?: ", "", line).split(" ")) text += "" parse_mode = "HTML" if text != "":