diff --git a/ircbot.pyc b/ircbot.pyc
index 59116e93aa52cdf910c8564ad74c4ca985839306..d2f960429a70cc16b610fe5654a9ac4f35bef63c 100644
Binary files a/ircbot.pyc and b/ircbot.pyc differ
diff --git a/irclib.pyc b/irclib.pyc
index 0a6ca5c208260a1e9af5b68472feb170e546caf2..306fbc6bd7154e0e50caefb4425a5315e07b8bb4 100644
Binary files a/irclib.pyc and b/irclib.pyc differ
diff --git a/putsch.py b/putsch.py
index c6cc68f591784ecfba6a041f2eb31721d8bafd65..648bb10c462da57691ea317af582c7e07359162e 100644
--- a/putsch.py
+++ b/putsch.py
@@ -75,7 +75,7 @@ class Boooob(ircbot.SingleServerIRCBot):
         self.ingame = 0
         self.phase = 0
         self.repet = 0
-        # self.admin = ["Titch","Cloud"]
+        self.admin = [] # ["Titch","Cloud"]
 
         self.phase2trig = 1
         self.phase2 = 0
@@ -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(personne)
                             setattr(self, f, personne)
                         self.phase2 = self.phase2 + 1
                         break