From 1ae6d5a4fcf4723ef69d25268e8ea9ada6632fed Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 31 Oct 2017 21:31:16 +0000 Subject: [PATCH] Fix typo --- plusone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plusone.py b/plusone.py index ebdcc21..1729a6a 100644 --- a/plusone.py +++ b/plusone.py @@ -72,7 +72,7 @@ class PlusOne(yaboli.Bot): if specific: nick = specific.group(3) if similar(nick, message.sender.nick): - await self.room.send("Don't +1 yourself, thats... nasty.", message.mid) + await self.room.send("Don't +1 yourself, that's... nasty.", message.mid) else: await self.db.add_point(nick) await self.room.send(f"Point for @{mention(nick)} registered.", message.mid)