sets lol
This commit is contained in:
@@ -4,6 +4,7 @@ import { getLevel, loadAdmins } from "../admin";
|
||||
export default bot => {
|
||||
bot._trigger.set("join", new bot.trigger({
|
||||
call: /^\!join .*/i,
|
||||
active: false,
|
||||
level: 100,
|
||||
clients: ["irc"],
|
||||
f: e => {
|
||||
@@ -15,6 +16,7 @@ export default bot => {
|
||||
|
||||
bot._trigger.set("part", new bot.trigger({
|
||||
call: /^\!part .*/i,
|
||||
active: false,
|
||||
level: 100,
|
||||
clients: ["irc"],
|
||||
f: e => {
|
||||
@@ -26,6 +28,7 @@ export default bot => {
|
||||
|
||||
bot._trigger.set("nick", new bot.trigger({
|
||||
call: /^\!nick .*/i,
|
||||
active: false,
|
||||
level: 100,
|
||||
clients: ["irc"],
|
||||
f: e => {
|
||||
@@ -38,6 +41,7 @@ export default bot => {
|
||||
|
||||
bot._trigger.set("level", new bot.trigger({
|
||||
call: /^\!level/i,
|
||||
active: false,
|
||||
level: 0,
|
||||
clients: ["irc"],
|
||||
f: e => {
|
||||
|
Reference in New Issue
Block a user