From abd9c0a38d61dba9b93563c402a4dcabeb4838ca Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Wed, 15 May 2019 11:59:53 +0200
Subject: [PATCH] Update putsch.py

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

diff --git a/putsch.py b/putsch.py
index 3ef0c1e..f407351 100644
--- a/putsch.py
+++ b/putsch.py
@@ -300,7 +300,7 @@ class Boooob(ircbot.SingleServerIRCBot):
                       or sorted(self.lovers) == sorted(self.joueurs)))
                     or "!reset" in message):
                 if '!reset' in message:
-                    serv.privmsg("on reset ..")
+                    serv.privmsg("#lg_putsch", "on reset ..")
                 elif self.loups == []:
                     serv.privmsg("#lg_putsch", "Tous les loups sont morts..... Le village a gagné !")
                 else:
-- 
GitLab