From 00b0520fa197e76b026aaed6b0c355aee64841f9 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Sun, 23 Jul 2006 07:11:56 +0000 Subject: [PATCH] Sigh, let's try this again. --- exec/load/ircd_user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/ircd_user.js b/exec/load/ircd_user.js index cc82615998..a8d02b4fa7 100644 --- a/exec/load/ircd_user.js +++ b/exec/load/ircd_user.js @@ -1351,7 +1351,7 @@ function User_Work() { var ww_nick_uc = cmd[1].toUpperCase(); for (aWhoWas=whowas_pointer;aWhoWas>=0;aWhoWas--) { var wwh = WhoWasHistory[aWhoWas]; - if (wwh && (wwh.nick.toUpperCase() == ww_nick_uc)) + if (wwh && (wwh.nick.toUpperCase() == ww_nick_uc)) { this.numeric(314,wwh.nick + " " + wwh.uprefix + " " + wwh.host + " * :" + wwh.realname); this.numeric(312,wwh.nick + " " + wwh.server + " :" -- GitLab