a normal twig

Results 1 issues of a normal twig

Example: ```lua -- Doesn't connect local ws = WebSocket("www.yourworldoftext.com/ws/", nil, true) ws:connect() ``` Port should get inserted right after `.com` but I can't do that because its forced to be...

bug