From b375eb0afc4aaa648ea719093f1ddcc8421551dc Mon Sep 17 00:00:00 2001 From: blackfur <64478051+TheBlackfurGuy@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:52:56 +0100 Subject: [PATCH] Added exclution prefix --- config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 91231d9..4e9e452 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,7 @@ botname: "ChatBot" +excludeprefix: "!" filterpings: True usechannels: [] trainchannels: [[]] corpus: ["chatterbot.english"] -token: "TOKEN" \ No newline at end of file +token: "TOKEN"