Skip to content
Snippets Groups Projects
Commit 00b0520f authored by cyan's avatar cyan
Browse files

Sigh, let's try this again.

parent b80e0c5d
Branches
Tags
No related merge requests found
......@@ -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 + " :"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment