irgendwas mit argumenten
This commit is contained in:
parent
58da4032b4
commit
aad22719df
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user