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

* We now use an empty object as an associative array as opposed to using

  the built-in JS "Array" object.  This is because the Array object offers
  no facilities for associative arrays.
  Full details here:
  Thanks to Deuce for pointing this one out.  This fixes many minor quirks,
  such as "undefined" coming up in STATS M and soforth, since a general scan
  of the array object would also pick up on properties of the Array object.
* More general code cleanup, especially in ircd_server.js
parent 09ada1cf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment