This commit is contained in:
Cedric Hoelzl 2019-11-18 13:37:18 +01:00
parent 6e2d908311
commit 495bbd5b73

View File

@ -51,10 +51,7 @@ module.exports = function(echo_list,regex_list){
inline : [], inline : [],
new_member : (bot,event)=>{}, new_member : (bot,event)=>{},
weburl : [], weburl : [],
cron : [], cron : []
register_bot: (bot)=>{
this.bot = bot;
}
}; };
for(var el of echo_list){ for(var el of echo_list){