summaryrefslogtreecommitdiffstats
path: root/webchat
diff options
context:
space:
mode:
Diffstat (limited to 'webchat')
-rw-r--r--webchat/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/webchat/index.js b/webchat/index.js
index 8a669d84..66fd43b5 100644
--- a/webchat/index.js
+++ b/webchat/index.js
@@ -7,9 +7,9 @@ var irc = require('irc');
var serverCommands = require('./serverCommands.js');
var serverstate = {
- connected = false,
- nicks = [],
- lastping = 0,
+ connected: false,
+ nicks: [],
+ lastping: 0,
};
var clients = [];