From 0e2140b99f90a687a3df4f7799d6f6149315f751 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 11 Oct 2018 12:56:18 +0100 Subject: Also strip "." from the end of words in modules/words.py --- modules/words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/words.py b/modules/words.py index e5e1ff16..1ad964c3 100644 --- a/modules/words.py +++ b/modules/words.py @@ -1,7 +1,7 @@ import time from src import EventManager, ModuleManager, utils -WORD_STOP = ";:,!?~" +WORD_STOP = ";:.,!?~" class Module(ModuleManager.BaseModule): def _channel_message(self, user, event): -- cgit v1.3.1-10-gc9f91