diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm
index d7fcd8a148..438d6990a4 100644
--- a/code/modules/client/client_procs.dm
+++ b/code/modules/client/client_procs.dm
@@ -584,7 +584,7 @@ GLOBAL_LIST(external_rsc_urls)
var/url = winget(src, null, "url")
//special javascript to make them reconnect under a new window.
src << browse("byond://[url]?token=[token]", "border=0;titlebar=0;size=1x1")
- to_chat(src, "You will be automatically taken to the game, if not, click here to be taken manually")
+ src << browse("You will be automatically taken to the game, if not, click here to be taken manually", "window=browseroutput")
/client/proc/note_randomizer_user()
var/const/adminckey = "CID-Error"