mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2016
Posts: 22
W
wobY Offline OP
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Oct 2016
Posts: 22
How can I make it so it DOESN'T match this?
Code:
if ($regex($1, /^(!|\+)(commands|followage|followed|status|title|rank)$/)) { ... }

Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
Code:
if (!$regex(...)) { ... }


I am SReject
My Stuff
Joined: Oct 2016
Posts: 22
W
wobY Offline OP
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Oct 2016
Posts: 22
Oh.... I'm dumb crazy


Link Copied to Clipboard