From 6188ccbe2a62ff8aeab03addfaabe3120c0b92ac Mon Sep 17 00:00:00 2001 From: "Alexis \"Winter\" DAMIENS" <alexis.damiens@ensiie.fr> Date: Thu, 6 Jun 2019 21:59:21 +0200 Subject: [PATCH] Commented admin attribute in Boooooob class --- putsch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putsch.py b/putsch.py index 36af94f..1d5c159 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 -- GitLab