Commit 7cfcc635 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4654 (Take control of our IRC routing)

parent 4ebed9c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ function load_software_chat(event)
	cancel_bubbling(event);
	if (typeof event.preventDefault!='undefined') event.preventDefault();

	var url='https://kiwiirc.com/client/irc.kiwiirc.com/?nick=';
	var url='https://kiwiirc.com/client/irc.compo.sr/?nick=';
	if (typeof window.cms_username!='undefined' && window.cms_username!='admin')
	{
		url+=window.encodeURIComponent(window.cms_username.replace(/[^a-zA-Z0-9\_\-\\\[\]\{\}\^`|]/g,''));