From 4cb058974c525a159f35100c99c9f39564108570 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Fri, 8 Feb 2019 11:01:50 +0100
Subject: [PATCH] Update nardco.py

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

diff --git a/nardco.py b/nardco.py
index d85b27b..2438852 100755
--- a/nardco.py
+++ b/nardco.py
@@ -260,8 +260,8 @@ class Boooob(ircbot.SingleServerIRCBot):
                 dead = cleanlist[len(liste)//2 + 1 :]
                 pp = dead[random.randint(0,len(dead) - 1)]
                 ts = live[random.randint(0,len(live) - 1)]
-                serv.nick('{0}{1}_'.format(pp[0],pp[2:] )
-                serv.privmsg(canal, "I don't feel so good mr {0}{1}".format(ts[0],ts[2:])
+                serv.nick('{0}{1}_'.format(pp[0],pp[2:] ))
+                serv.privmsg(canal, "I don't feel so good mr {0}{1}".format(ts[0],ts[2:]))
                 serv.nick('nardco')
                 serv.privmsg(canal, "Vivants : {0}".format(", ".join(live) ))
                 serv.privmsg(canal, "Morts : {0}".format(", ".join(dead) ))
-- 
GitLab