From c0d409492324f6c925c9f956a293c33f7a71ab32 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 5 Aug 2018 20:23:38 +0000 Subject: [PATCH] Ping people less --- plusone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plusone.py b/plusone.py index 6577ddf..273e553 100644 --- a/plusone.py +++ b/plusone.py @@ -124,7 +124,7 @@ class PlusOne(yaboli.Bot): await room.send("Don't +1 yourself, that's not how things work.", message.mid) else: await room.pointdb.add_point(nick) - await room.send(f"Point for user {mention(nick)} registered.", message.mid) + await room.send(f"Point for user {mention(nick, ping=False)} registered.", message.mid) def main(configfile): config = configparser.ConfigParser(allow_no_value=True)