diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ident.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ident.js b/utils/ident.js index 035f1d8..187132f 100644 --- a/utils/ident.js +++ b/utils/ident.js @@ -1,5 +1,7 @@ // A portable script to find the sender when the server websocket opens (by cursor movement) +const vec = require('../utils/vec'); + module.exports = function identify(sock, initOnce, init, deinit){ // `sock` should be Socket instance. // initOnce and init should be functions that act like they describe; initOnce runs once per program execution and init whenever the socket turns back on |