irgendwas mit argumenten

This commit is contained in:
Flummi 2016-11-25 13:35:45 +01:00
parent 58da4032b4
commit aad22719df

View File

@ -15,8 +15,8 @@ module.exports = (lib) => {
level: 0,
active: 0,
func: (e) => {
if(e.channel.getName() === lib.cfg.main.debugchannel || e.message.match(/^\!f0ck (.*?)/i)) {
if(!e.message.match(/\!ignore/)) {
if(e.channel.getName() === lib.cfg.main.debugchannel || e.message.match(/(!|-)f0ck/i)) {
if(!e.message.match(/(!|-)ignore/)) {
var tmp = e.message.match(/https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi); // get links
tmp.forEach((entry,i,a) => {
if(!entry.match(/f0ck\.me/i)) {