From 4f67adae4bdf9fcbcbf1ed71769e3d369aa507fb Mon Sep 17 00:00:00 2001 From: Loris TICHADOU <loris.tichadou@ensiie.fr> Date: Thu, 8 Aug 2019 17:57:32 +0200 Subject: [PATCH] Update nardco.py --- nardco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nardco.py b/nardco.py index 36ed356..448e7af 100755 --- a/nardco.py +++ b/nardco.py @@ -104,7 +104,7 @@ class Boooob(ircbot.SingleServerIRCBot): personne = ev.source() canal = ev.arguments()[0] serv.privmsg("Titch", couper(personne) + " m'a invité sur " + canal) - serv.join(canal) + def on_kick(self, serv, ev): serv.join("#nardco") -- GitLab