From 169eb0401e1ab649d6afcb933575c3c6e8830743 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Thu, 23 May 2019 16:14:14 +0200
Subject: [PATCH] Update putsch.py

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

diff --git a/putsch.py b/putsch.py
index d8711f3..87e4b80 100644
--- a/putsch.py
+++ b/putsch.py
@@ -196,6 +196,7 @@ class Boooob(ircbot.SingleServerIRCBot):
                                 and g != "lovers"
                                 and g != "avote"
                                 and g != "votes"
+                                and g != "victime"
                                     and self.cansee == 1):
                                 serv.privmsg(personne, "La classe de "+f+" est :"+g)
                                 self.voyanteok = 1
-- 
GitLab