Ping people less
This commit is contained in:
parent
5b8988743f
commit
c0d4094923
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class PlusOne(yaboli.Bot):
|
||||||
await room.send("Don't +1 yourself, that's not how things work.", message.mid)
|
await room.send("Don't +1 yourself, that's not how things work.", message.mid)
|
||||||
else:
|
else:
|
||||||
await room.pointdb.add_point(nick)
|
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):
|
def main(configfile):
|
||||||
config = configparser.ConfigParser(allow_no_value=True)
|
config = configparser.ConfigParser(allow_no_value=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue