This commit is contained in:
Flummi 2017-11-27 07:01:12 +01:00
parent abb18d1efe
commit a33b4ad92b

View File

@ -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") {