From a2b70887dead84ff1d22007cb024e88dffcd4b56 Mon Sep 17 00:00:00 2001 From: dece Date: Mon, 29 Aug 2022 15:03:08 +0200 Subject: [PATCH] REB doups --- edmond/plugins/doupsland.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edmond/plugins/doupsland.py b/edmond/plugins/doupsland.py index a39ba0d..f57413e 100644 --- a/edmond/plugins/doupsland.py +++ b/edmond/plugins/doupsland.py @@ -9,6 +9,7 @@ P_TIME = [ P_ACTION = [ "j'ai aperçu", "j'ai caressé", "j'ai nadenade", "j'ai passé du temps avec", "je me suis arrêté vers", "je me suis promené avec", "j'ai salué", + "j'ai approché", ] P_SUBJ = [ "le chat", "des chats", "le chat calico", "le chat noir", "le chaton", @@ -36,7 +37,7 @@ def get_title(): random.choice(P_PLACE), random.choice(P_COORD), random.choice(P_ACTION2), - )).capitalize().lstrip() + )).strip().capitalize() class DoupslandPlugin(Plugin):