From 39d4076f1205d05489b7d697291ae1edb8306138 Mon Sep 17 00:00:00 2001
From: "Alexis \"Winter\" DAMIENS" <alexis.damiens@ensiie.fr>
Date: Thu, 6 Jun 2019 22:00:32 +0200
Subject: [PATCH] Replaced all tabs by 4 spaces

---
 putsch.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/putsch.py b/putsch.py
index 1d5c159..c6cc68f 100644
--- a/putsch.py
+++ b/putsch.py
@@ -167,8 +167,8 @@ class Boooob(ircbot.SingleServerIRCBot):
                             serv.privmsg(personne, "Pense a rejoindre le chann #lg_putsch_loups !")
                             serv.invite(personne, "#lg_putsch_loups")
                         else:
-		            if f == "villageois":
-                            	self.villageois.append(f)
+                            if f == "villageois":
+                                self.villageois.append(f)
                             setattr(self, f, personne)
                         self.phase2 = self.phase2 + 1
                         break
-- 
GitLab