Also strip "." from the end of words in modules/words.py
This commit is contained in:
parent
98cdfa6419
commit
0e2140b99f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue