diff --git a/exec/load/ircd_user.js b/exec/load/ircd_user.js index 771b6aaf8790bbdb8127832b9de59d5454f02a29..7819da3a8e7e68b6ce98a8d9a27784f67b38166f 100644 --- a/exec/load/ircd_user.js +++ b/exec/load/ircd_user.js @@ -863,8 +863,7 @@ function User_Work() { var str="NICK " + the_nick; this.bcast_to_uchans_unique(str); this.originatorout(str,this); - if (the_nick.toUpperCase() != this.nick.toUpperC -ase()) { + if (the_nick.toUpperCase() != this.nick.toUpperCase()) { this.created = time(); push_nickbuf(this.nick,the_nick); // move our Users entry over.