From adbcb4f1faec780f9ee61e970fcc50c83de838b9 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 26 Oct 2011 17:21:21 +0100 Subject: [PATCH] var not int jesus christ java --- modules/spelling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spelling.js b/modules/spelling.js index ba4b666..2dff23f 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -10,7 +10,7 @@ var spelling = function(dbot) { var candidates = last[data.channel][data.user].split(' '); var winner = false; - for(int i=0;i winner) { winner = candidates[i];