From 722512dca9afc7cbb59aeb089f7806e9caaba98b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Wikle=20DUBARD?= <loic97429@gmail.com>
Date: Mon, 19 Aug 2019 12:41:46 +0200
Subject: [PATCH] =?UTF-8?q?pipo=20corrig=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/bot.py b/bot.py
index 271069e..a0cd194 100755
--- a/bot.py
+++ b/bot.py
@@ -56,7 +56,7 @@ class Bot(Client):
             texte = texte.replace('!kohlanta ', '')
             return useless.kohlanta(texte, channel)
         if texte == '!pipo':
-            return useless.pipo()
+            return useless.pipo('useless/pipotron.txt')
         if texte == '!ping':
             return 'Pong !'
         if any(word.lower() in texte.lower() for word in Bot.ahah_liste):
-- 
GitLab