bugfixes
This commit is contained in:
@ -14,7 +14,7 @@ module.exports = bot => {
|
||||
bot._trigger.set("parser", {
|
||||
call: /https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi,
|
||||
level: 0,
|
||||
active: true,
|
||||
active: false,
|
||||
clients: ["irc"],
|
||||
f: e => {
|
||||
const links = e.message.match(/https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi);
|
||||
|
Reference in New Issue
Block a user