From b3721bfeda7cb03d3307e89bea9b4734b63b6f32 Mon Sep 17 00:00:00 2001 From: Loris TICHADOU <loris.tichadou@ensiie.fr> Date: Wed, 11 Aug 2021 11:44:25 +0000 Subject: [PATCH] Update nardco.py --- nardco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nardco.py b/nardco.py index 88ee751..64471ac 100755 --- a/nardco.py +++ b/nardco.py @@ -271,7 +271,7 @@ class Boooob(ircbot.SingleServerIRCBot): messages = [] if len(splt) > 1 : for f in range(len(splt[1:])) : - messages.append(splt[f+1:].join('di')) + messages.append('di'.join(splt[f+1:])) for f in messages : serv.privmsg(canal, f) -- GitLab