Steam-Chat-Bot / node-steam-chat-bot

Simplified interface for a steam chat bot
MIT License
102 stars 35 forks source link

Chatreplytrigger inprivate option doesnt work #108

Closed Ahmedstien closed 9 years ago

Ahmedstien commented 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.

Efreak commented 9 years ago

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.

config

As you can, see TestBot doesn't respond directly: output

However it does reply to me in PM: output

(the !join command is unrelated)