Skip to content

Commit 38cf650

Browse files
committed
Fixes #126 - Removed neverHandled = true hardcoded line
1 parent 7931334 commit 38cf650

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/Announcer/announcer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ exports.init = function(pluginName) {
2727
restoreAnnounces();
2828
for (name in announces) {
2929
var announce = announces[name];
30-
announce.neverHandled = true; // Mark announce as never handled at bot starts
3130
if (announce.active) {
3231
resumeAnnounce(announce.name);
3332
}

0 commit comments

Comments
 (0)