Closed Ahmedstien closed 9 years ago
{ name: 'rules', type: 'ChatReplyTrigger', options: { inPrivate: true, matches: ['!rules'], exact: true, responses: [ "use !general for general rules.\n!bigotry for harrasment/bigotry rules.\n!linking for linking rules. "], }},
It still sends it inside the group chat.
I tested this using the testbot config I showed you, and it's working properly for me. I'm going to assume this is an issue with how the code downloaded, similar to the other issue.
As you can, see TestBot doesn't respond directly:
However it does reply to me in PM:
(the !join command is unrelated)
{ name: 'rules', type: 'ChatReplyTrigger', options: { inPrivate: true, matches: ['!rules'], exact: true, responses: [ "use !general for general rules.\n!bigotry for harrasment/bigotry rules.\n!linking for linking rules. "], }},
It still sends it inside the group chat.