Unihedro / JavaBot

Java based chat bot that runs in Java room of Stack Overflow Chat.
Apache License 2.0
15 stars 4 forks source link

Bot responds to own messages #70

Closed Jenna1337 closed 7 years ago

Jenna1337 commented 7 years ago

The bot will respond to itself if its message starts with its trigger.

Vogel612 commented 7 years ago

this has explicitly not been handled. FWIW you can only get the bot to talk with commands, (and join / leave, but eh) so the bot will only reply to it's own messages when you craft a message such that the bot replies to it ...Fixing this seems to bring needless complication