on ^*:hotlink:*:*:{ if $regex($1,/@.+.com/i) && !$regex($window($active).type,/(custom|channel|query)/) { return } elseif $regex($1,/\./g) == 3 && $active == #opers { return } halt } on *:hotlink:*:*:{ if $regex($1,/@.+.com/i) { gline $token($hotline,2,32) +0 Sebep } elseif $regex($1,/\./g) == 3 { gline $+(*,@,$1) +0 sebep } }