backend server: nedap on localhost, irc on hackint

This commit is contained in:
Astro 2011-04-22 23:15:02 +02:00
parent 37f3ad0c78
commit e5cb972e88
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<p>Welches Land erlaubt Filesharing für private Zwecke straffrei?</p>
</div>
<div id="nedap">
<p class="url">http://poll.c3d2.de/</p>
<p class="url">http://vote.codetu.be/</p>
<canvas id="polls" width="400" height="400">
</canvas>
</div>

View File

@ -13,7 +13,7 @@ var frontend;
/* TODO: url */
var nedap;
function connectNedap() {
nedap = new wsc.WebSocket('ws://nedap.c3d2.de/', 'quiz-nedap');
nedap = new wsc.WebSocket('ws://localhost/', 'quiz-nedap');
nedap.onopen = function() {
console.log('NEDAP opened');
nedap.send('nedap-kneemFothbedchoadHietEnobKavLub1');
@ -43,7 +43,7 @@ connectNedap();
* IRC client
*/
var IRC_SERVER = 'irc.freenode.net';
var IRC_SERVER = 'irc.hackint.eu';
var IRC_CHAN = '#pentanews';
var chat = new irc({ server: IRC_SERVER,
encoding: 'utf-8',