From a04debbad2266981c6e49eb09efc00b263cecfd6 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Thu, 28 Mar 2019 17:01:22 +0100
Subject: [PATCH] Update putsch.py

---
 putsch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/putsch.py b/putsch.py
index b0e7a96..c4e754f 100644
--- a/putsch.py
+++ b/putsch.py
@@ -761,7 +761,7 @@ class Boooob(ircbot.SingleServerIRCBot):
 								bi = self.joueurs[rand.randint(0, len(self.joueurs) - 1)]
 								self.votes.append(bi)
 								serv.privmsg("#lg_putsch", "LE POUVOIR DU RANDOM ! ")
-								serv.ptivmsg("#lg_putsch", personne+" a voté pour "+bi+" !")
+								serv.privmsg("#lg_putsch", personne+" a voté pour "+bi+" !")
 							else :
 								self.votes.append(message.split(" ")[1])
 								serv.privmsg("#lg_putsch", personne+" a voté pour "+message.split(" ")[1]+" !")
-- 
GitLab