Skip to content

Commit

Permalink
Hardcode a URL for our hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyso committed Jun 22, 2012
1 parent bdac4b6 commit 542082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/panes/embed.js
Expand Up @@ -302,7 +302,7 @@ qwebirc.ui.Panes.Embed.pclass = new Class({
else if (chans != "" && nick != "")
URL.push("prompt=0");

return conf.frontend.base_url + (URL.length>0?"?":"") + URL.join("&");
return "http://webchat.snoonet.com/" + (URL.length>0?"?":"") + URL.join("&");
}
});

Expand Down

0 comments on commit 542082e

Please sign in to comment.