Fixed typo
This commit is contained in:
parent
338bbfc803
commit
434ac8bd59
@ -69,7 +69,7 @@ class PersonaSkill(PersonaBaseSkill) :
|
||||
for trigger in OFF_TRIGGERS :
|
||||
matches = re.search(trigger, message.text)
|
||||
if matches :
|
||||
self.enabled_chats.remove(message.chat_dentifier)
|
||||
self.enabled_chats.remove(message.chat_identifier)
|
||||
return False
|
||||
# We are responding in this chat and have not been asked to stop.
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user