fix
This commit is contained in:
parent
0f4789978a
commit
69993f0c59
@ -15,7 +15,8 @@ function get_echo_obj(cmd,ans){
|
||||
return {
|
||||
trigger : this.cmd,
|
||||
public : true,
|
||||
desc : {0:`Replies "+${ans}"`,
|
||||
desc : {
|
||||
0:`Replies "+${ans}"`,
|
||||
1:`Repond "${ans}"`,
|
||||
2:`${ans} ga kotaete`,
|
||||
3:`${ans} *insert arabic*`,
|
||||
@ -52,9 +53,6 @@ module.exports = function(echo_list,regex_list){
|
||||
},
|
||||
weburl : [],
|
||||
cron : [],
|
||||
cron_register : function(cron_f,bot,c){
|
||||
new cron_f(c.cstr, new c.action(bot), c.params[0], c.params[1], c.timezone);
|
||||
},
|
||||
};
|
||||
|
||||
for(var i in echo_list){
|
||||
|
Loading…
x
Reference in New Issue
Block a user