This commit is contained in:
reality 2013-12-21 23:19:11 +00:00
parent 4dd774f290
commit ca5357ea49

View File

@ -209,6 +209,7 @@ var reddit = function(dbot) {
this.commands['~rmredditfeed'].access = 'moderator';
this.onDestroy = function() {
console.log('call de ondestroy');
for(i=0;i<this.ints.length;i++) {
clearInterval(this.ints[i]);
}