blah
This commit is contained in:
parent
abb18d1efe
commit
a33b4ad92b
|
@ -14,7 +14,7 @@ const _args = [
|
||||||
module.exports = bot => {
|
module.exports = bot => {
|
||||||
bot._trigger.set("parser", new bot.trigger({
|
bot._trigger.set("parser", new bot.trigger({
|
||||||
call: /https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi,
|
call: /https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi,
|
||||||
active: true,
|
active: false,
|
||||||
clients: ["irc"],
|
clients: ["irc"],
|
||||||
f: e => {
|
f: e => {
|
||||||
if(e.network === "n0xy" && e.channel === "#kbot-dev") {
|
if(e.network === "n0xy" && e.channel === "#kbot-dev") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user