View Single Post
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 03-18-2020 , 10:26   Re: [Any] Source Chat Relay [Discord <=> Ingame]
Reply With Quote #221

That's an invalid regex as / is an unescaped delimiter and should be ^(!|/\), however, / command should never get picked up, so you only need to treat "!"

Try ^!
__________________
RumbleFrog is offline