This commit is contained in:
Flummi 2018-10-04 03:47:34 +02:00
parent bdce32fcfc
commit b7bc33ff00

View File

@ -69,6 +69,15 @@ export default bot => {
}
}));
bot._trigger.set("oh", new bot.trigger({
call: /^nein&/i,
set: "uwe",
f: e => {
if(e.user.nick === "nxy")
e.reply("oh!");
}
}));
bot._trigger.set("tee", new bot.trigger({
call: /^(\.|\/)tee/i,
set: "uwe",