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

---
 nardco.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nardco.py b/nardco.py
index 0f2d20c..2c4fc11 100755
--- a/nardco.py
+++ b/nardco.py
@@ -260,7 +260,7 @@ 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))
+                serv.nick('{0}_'.format(pp))
                 serv.privmsg(canal, "I don't feel so good mr {0}".format(ts))
                 serv.nick('nardco')
                 live_ = []
-- 
GitLab