From fc5cc5faba232c01d3328efa564378adc69a9756 Mon Sep 17 00:00:00 2001 From: Loris TICHADOU <loris.tichadou@ensiie.fr> Date: Tue, 1 Dec 2020 11:41:32 +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 02fb688..c309404 100755 --- a/nardco.py +++ b/nardco.py @@ -272,7 +272,7 @@ class Boooob(ircbot.SingleServerIRCBot): most_likely = (f, ratio) cmd = most_likely[0] - if 'gratuit' in cmd : + if 'gratuit' in cmd and personne == "Titch" : canal2 = self.channels[canal] serv.privmsg(canal, "Et hop, on hl tout le monde !") result = "" -- GitLab