forked from GitHub/dbot
rekt
This commit is contained in:
parent
4dd774f290
commit
ca5357ea49
@ -209,6 +209,7 @@ var reddit = function(dbot) {
|
|||||||
this.commands['~rmredditfeed'].access = 'moderator';
|
this.commands['~rmredditfeed'].access = 'moderator';
|
||||||
|
|
||||||
this.onDestroy = function() {
|
this.onDestroy = function() {
|
||||||
|
console.log('call de ondestroy');
|
||||||
for(i=0;i<this.ints.length;i++) {
|
for(i=0;i<this.ints.length;i++) {
|
||||||
clearInterval(this.ints[i]);
|
clearInterval(this.ints[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user