From 87c1d2b84b9f855021f3615bf0e2198e0ab9a32f Mon Sep 17 00:00:00 2001 From: Loris TICHADOU <loris.tichadou@ensiie.fr> Date: Wed, 11 Aug 2021 11:35:32 +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 18f16db..81efec7 100755 --- a/nardco.py +++ b/nardco.py @@ -273,7 +273,7 @@ class Boooob(ircbot.SingleServerIRCBot): if reponse[0:1] == "s " : reponse = reponse[2:] - serv.privmsg(reponse) + serv.privmsg(canal, reponse) # REDDIT // A COMPLETER if isCommande(message): -- GitLab