oh!
This commit is contained in:
parent
bdce32fcfc
commit
b7bc33ff00
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user