Also strip "." from the end of words in modules/words.py

This commit is contained in:
jesopo 2018-10-11 12:56:18 +01:00
parent 98cdfa6419
commit 0e2140b99f

View file

@ -1,7 +1,7 @@
import time import time
from src import EventManager, ModuleManager, utils from src import EventManager, ModuleManager, utils
WORD_STOP = ";:,!?~" WORD_STOP = ";:.,!?~"
class Module(ModuleManager.BaseModule): class Module(ModuleManager.BaseModule):
def _channel_message(self, user, event): def _channel_message(self, user, event):