added home
This commit is contained in:
parent
f1167272e3
commit
4a5ccbd262
|
@ -482,6 +482,13 @@ function mc_login(){
|
||||||
cmd.shift();
|
cmd.shift();
|
||||||
cmd = cmd.join(" ");
|
cmd = cmd.join(" ");
|
||||||
mc_bot.chat(cmd);
|
mc_bot.chat(cmd);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(message.startsWith("rena take me home")){
|
||||||
|
|
||||||
|
mc_bot.chat("/tp " + username + " rena_chan");
|
||||||
|
mc_bot.chat("I will take you home! <3");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue