Revert "Merged hotfix/reconnect-spam into master"

This reverts commit c3630af9632faea94ededb225ef4105ba8f4cc8b.
Decided not to do the whole 4-digit versioning thing.
This should now be identical to v1.1.2
This commit is contained in:
benji7425 2017-01-06 22:09:17 +00:00
parent e69fc35b61
commit 282f3b8732
2 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
# Changelog
## v1.1.2.1
### Fixed
- Fixed reconnect timer being set to 0 sometimes
## v1.1.2
### Updated

View File

@ -50,7 +50,7 @@ var DiscordClient = {
DiscordClient.reconnectInterval = setInterval(function () {
DiscordClient.startup();
}, Config.pollingInterval);
}, (Config.reconnectInterval || Config.pollingInterval));
},
onMessage: function (user, userID, channelID, message) {
//check if the message is in the right channel, contains a link, and is not the latest link from the rss feed