We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7931334 commit 38cf650Copy full SHA for 38cf650
1 file changed
plugins/Announcer/announcer.js
@@ -27,7 +27,6 @@ exports.init = function(pluginName) {
27
restoreAnnounces();
28
for (name in announces) {
29
var announce = announces[name];
30
- announce.neverHandled = true; // Mark announce as never handled at bot starts
31
if (announce.active) {
32
resumeAnnounce(announce.name);
33
}
0 commit comments